# payment\_method\_details\_multibanco

From **Stripe API**.

- Type: `object`

## Properties

### `entity`

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

Entity number associated with this Multibanco payment.

### `reference`

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

Reference number associated with this Multibanco payment.

## JSON Schema

```json
{"properties":{"entity":{"description":"Entity number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"Reference number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_multibanco","type":"object","x-expandableFields":[]}
```
