---
title: paymentMethods
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inlistrideoptionsintentresponse/paymentmethods
---

# paymentMethods

An array of payment methods supported by your service.

## Declaration

```swift
var paymentMethods: [INPaymentMethod]? { get set }
```

## Discussion

Discussion Use this property to inform the user about the forms of payment that you accept. The default value of this property is nil, which results in no displayed payment method information.

## See Also

### Accessing the Response Parameters

- [rideOptions](intents/inlistrideoptionsintentresponse/rideoptions.md)
- [expirationDate](intents/inlistrideoptionsintentresponse/expirationdate.md)
