# source\_type\_multibanco

From **Stripe API**.

- Type: `object`

## Properties

### `entity`

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

### `reference`

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

### `refund_account_holder_address_city`

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

### `refund_account_holder_address_country`

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

### `refund_account_holder_address_line1`

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

### `refund_account_holder_address_line2`

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

### `refund_account_holder_address_postal_code`

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

### `refund_account_holder_address_state`

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

### `refund_account_holder_name`

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

### `refund_iban`

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

## JSON Schema

```json
{"properties":{"entity":{"nullable":true,"type":"string"},"reference":{"nullable":true,"type":"string"},"refund_account_holder_address_city":{"nullable":true,"type":"string"},"refund_account_holder_address_country":{"nullable":true,"type":"string"},"refund_account_holder_address_line1":{"nullable":true,"type":"string"},"refund_account_holder_address_line2":{"nullable":true,"type":"string"},"refund_account_holder_address_postal_code":{"nullable":true,"type":"string"},"refund_account_holder_address_state":{"nullable":true,"type":"string"},"refund_account_holder_name":{"nullable":true,"type":"string"},"refund_iban":{"nullable":true,"type":"string"}},"type":"object"}
```
