Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 972 Bytes

File metadata and controls

30 lines (16 loc) · 972 Bytes

Price_1

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 |

Price_1Type

Properties

Name Type Required Description
| OneTimePrice | string |  | one_time_price |