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 |
Properties
Name | Type | Required | Description |
---|
| currency | model | ✅ | |
| discount | number | ✅ | Discount applied to the price, represented as a percentage (0 to 100). |
| paymentFrequencyCount | integer | ✅ | Number of units for the payment frequency. For example, a value of `1` with a `payment_frequency_interval` of `month` represents monthly payments. |
| paymentFrequencyInterval | model | ✅ | |
| 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 |
| subscriptionPeriodCount | integer | ✅ | Number of units for the subscription period. For example, a value of `12` with a `subscription_period_interval` of `month` represents a one-year subscription. |
| subscriptionPeriodInterval | model | ✅ | |
| type | model | ✅ | |
| taxInclusive | boolean | ❌ | Indicates if the price is tax inclusive |
| trialPeriodDays | integer | ❌ | Number of days for the trial period. A value of `0` indicates no trial period. |
Properties
Name | Type | Required | Description |
---|
| RecurringPrice | string | | recurring_price |