# payment\_method\_details\_oxxo

From **Stripe API**.

- Type: `object`

## Properties

### `number`

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

OXXO reference number

## JSON Schema

```json
{"properties":{"number":{"description":"OXXO reference number","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_oxxo","type":"object","x-expandableFields":[]}
```
