Properties
Name | Type | Required | Description |
---|
| currency | model | ✅ | |
| discount | number | ✅ | Discount applied to the price, represented as a percentage (0 to 100). |
| price | integer | ✅ | The payment amount. Represented in the lowest denomination of the currency (e.g., cents for USD). For example, to charge $1.00, pass `100`. |
| purchasingPowerParity | boolean | ✅ | Indicates if purchasing power parity adjustments are applied to the price. Purchasing power parity feature is not available as of now |
| type | model | ✅ | |
| taxInclusive | boolean | ❌ | Indicates if the price is tax inclusive |
Properties
Name | Type | Required | Description |
---|
| OneTimePrice | string | | one_time_price |