# mandate\_single\_use

From **Stripe API**.

- Type: `object`

## Properties

### `amount`

- Required: true
- Type: `integer`

On a single use mandate, the amount of the payment.

### `currency`

- Required: true
- Type: `string`

On a single use mandate, the currency of the payment.

## JSON Schema

```json
{"properties":{"amount":{"description":"On a single use mandate, the amount of the payment.","type":"integer"},"currency":{"description":"On a single use mandate, the currency of the payment.","type":"string"}},"required":["amount","currency"],"title":"mandate_single_use","type":"object","x-expandableFields":[]}
```
