# subscriptions\_resource\_payment\_method\_options

From **Stripe API**.

- Type: `object`

## Properties

### `acss_debit`

- Required: false
- Nullable: true

This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.

### `bancontact`

- Required: false
- Nullable: true

This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.

### `card`

- Required: false
- Nullable: true

This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.

## JSON Schema

```json
{"properties":{"acss_debit":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_acss_debit"}],"description":"This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.","nullable":true},"bancontact":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_bancontact"}],"description":"This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.","nullable":true},"card":{"anyOf":[{"$ref":"#/components/schemas/subscription_payment_method_options_card"}],"description":"This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.","nullable":true}},"title":"SubscriptionsResourcePaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","bancontact","card"]}
```
