| 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). |
| Name | Value |
|---|---|
| MONTH | "month" |
| YEAR | "year" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |