Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 2.46 KB

File metadata and controls

68 lines (37 loc) · 2.46 KB

Price

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 |

Price_2

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. |

Price_2Type

Properties

Name Type Required Description
| RecurringPrice | string |  | recurring_price |