Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 718 Bytes

File metadata and controls

26 lines (14 loc) · 718 Bytes

PriceOutput

Properties

Name Type Description Notes
currency String Lowercase ISO 4217 currency code (e.g. "usd", "gbp").
id String Price ID.
interval IntervalEnum Billing interval at which the price recurs.
unitAmount Long Price per billing interval, expressed in the smallest unit of the currency (e.g. cents for USD, pence for GBP).

Enum: IntervalEnum

Name Value
MONTH "month"
YEAR "year"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"