# mandate\_payment\_method\_details

From **Stripe API**.

- Type: `object`

## Properties

### `acss_debit`

- Required: false
- Type: `object`

### `au_becs_debit`

- Required: false
- Type: `object`

### `bacs_debit`

- Required: false
- Type: `object`

### `card`

- Required: false
- Type: `object`

### `sepa_debit`

- Required: false
- Type: `object`

### `type`

- Required: true
- Type: `string`
- maxLength: `5000`

The type of the payment method associated with this mandate. An additional hash is included on `payment_method_details` with a name matching this value. It contains mandate information specific to the payment method.

## JSON Schema

```json
{"properties":{"acss_debit":{"$ref":"#/components/schemas/mandate_acss_debit"},"au_becs_debit":{"$ref":"#/components/schemas/mandate_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/mandate_bacs_debit"},"card":{"$ref":"#/components/schemas/card_mandate_payment_method_details"},"sepa_debit":{"$ref":"#/components/schemas/mandate_sepa_debit"},"type":{"description":"The type of the payment method associated with this mandate. An additional hash is included on `payment_method_details` with a name matching this value. It contains mandate information specific to the payment method.","maxLength":5000,"type":"string"}},"required":["type"],"title":"mandate_payment_method_details","type":"object","x-expandableFields":["acss_debit","au_becs_debit","bacs_debit","card","sepa_debit"]}
```
