# payment\_method\_options\_oxxo

From **Stripe API**.

- Type: `object`

## Properties

### `expires_after_days`

- Required: true
- Type: `integer`

The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.

## JSON Schema

```json
{"properties":{"expires_after_days":{"description":"The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.","type":"integer"}},"required":["expires_after_days"],"title":"payment_method_options_oxxo","type":"object","x-expandableFields":[]}
```
