Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 772 Bytes

Price.md

File metadata and controls

22 lines (18 loc) · 772 Bytes

BillaBear.Price

Properties

Name Type Description Notes
id String [optional]
amount Number
currency String Three-letter ISO currency code. Must be upper-case
externalReference String [optional]
recurring Boolean
schedule String 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]

Enum: ScheduleEnum

  • week (value: "week")
  • month (value: "month")
  • year (value: "year")
  • oneOff (value: "one-off")