Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 883 Bytes

Price.md

File metadata and controls

16 lines (13 loc) · 883 Bytes

Price

Properties

Name Type Description Notes
Id string [optional] [default to null]
Amount int32 [default to null]
Currency string Three-letter ISO currency code. Must be upper-case [default to null]
ExternalReference string [optional] [default to null]
Recurring bool [default to null]
Schedule string Required if recurring is true [optional] [default to null]
IncludingTax bool If the price is including tax. If false tax will be added on top of the price. [optional] [default to null]
Public bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]