# checkout\_session\_payment\_method\_options

From **Stripe API**.

- Type: `object`

## Properties

### `acss_debit`

- Required: false
- Type: `object`

### `boleto`

- Required: false
- Type: `object`

### `oxxo`

- Required: false
- Type: `object`

## JSON Schema

```json
{"properties":{"acss_debit":{"$ref":"#/components/schemas/checkout_acss_debit_payment_method_options"},"boleto":{"$ref":"#/components/schemas/payment_method_options_boleto"},"oxxo":{"$ref":"#/components/schemas/payment_method_options_oxxo"}},"title":"CheckoutSessionPaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","boleto","oxxo"]}
```
