Prices
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | False | The Id of the price. | |
Active | Boolean | False | Whether the price can be used for new purchases. | |
BillingScheme | String | False | Describes how to compute the price per period. | |
Created | Datetime | True | The creation date. | |
Currency | String | False | Currency in which subscription will be charged.. | |
LiveMode | String | True | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
LookupKey | String | False | A lookup key used to retrieve prices dynamically from a static string. | |
MetadataAggregate | String | False | Set of key-value pairs that you can attach to an object. | |
Nickname | String | False | Products.Id | A brief description of the plan, hidden from customers. |
Product | String | False | The ID of the product this price is associated with. | |
RecurringAggregate | String | False | The recurring components of a price such as interval and usage_type. | |
Type | String | False | Value is either 'one_time' or 'recurring' depending on whether the price is for a one-time purchase or a recurring (subscription) purchase. | |
TiersAggregate | String | False | Array of elements representing a pricing tier. | |
TiersMode | String | False | Defines if the tiering price should be graduated or volume based. | |
TransformQuantity | Integer | False | Apply a transformation to the reported usage or set quantity before computing the billed price. Cannot be combined with tiers. | |
UnitAmount | Double | False | The unit amount in paise to be charged, represented as a whole integer if possible. | |
UnitAmountDecimal | String | False | The unit amount in paise to be charged, represented as a decimal string |
Pseudo-Columns
Name | Type | Description |
AccountId | String | The Id of the connected account to get prices for. |
Last updated