| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] | |
| amount | Integer | ||
| currency | String | Three-letter ISO currency code. Must be upper-case | |
| externalReference | String | [optional] | |
| recurring | Boolean | ||
| schedule | ScheduleEnum | Required if recurring is true | [optional] |
| includingTax | Boolean | If the price is including tax. If false tax will be added on top of the price. | [optional] |
| _public | Boolean | [optional] | |
| metric | Metric | [optional] |
| Name | Value |
|---|---|
| WEEK | "week" |
| MONTH | "month" |
| YEAR | "year" |
| ONE_OFF | "one-off" |