Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 862 Bytes

File metadata and controls

23 lines (21 loc) · 862 Bytes

Price

Properties

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]

Enum: ScheduleEnum

Name Value
WEEK "week"
MONTH "month"
YEAR "year"
ONE_OFF "one-off"