# PaymentMethodWithOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **supportedOptions** | **[String]** | The payment options that are compatible with the payment method in the `type` property. Possible values are: - `save` - `save_and_authorize` - `authorize` | [optional] **type** | **String** | The name of a payment method that the gateway accepts. Possible values are: - `CreditCard` - `ApplePay` - `AndroidPay` - `BankAccount` - `PayPal` | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)