ProductDetails.PricingPhase
Class that represents the Pricing Phase of a Product of type Subscription (SUBS).
It contains the information about the Price for that Product and the Billing period.
Public parameters
Name | Type | Description |
---|---|---|
BillingPeriod | String | The period in the ISO 8601 format. Example: P1W |
FormattedPrice | String | The price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99 |
PriceAmountMicros | Long | The price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99) |
PriceCurrencyCode | String | The price currency, as an ISO 4217 alphabetic code. Example: USD |
AppcFormattedPrice | String | The APPC Price as a localized numeric string with the currency symbol corresponding to the APPC currency. Example: APPC 110.00 |
AppcPriceAmountMicros | Long | The APPC Price in micro-units (millionths of the APPC currency). Example: 110000000 (for 110.00) |
AppcPriceCurrencyCode | String | The APPC Currency code. Value is APPC . |
FiatFormattedPrice | String | The fiat price as a localized numeric string with the currency symbol corresponding to the given currency of the price. Example: $4.99 |
FiatPriceAmountMicros | Long | The fiat price in micro-units (millionths of the price currency). Example: 4990000 (for 4.99) |
FiatPriceCurrencyCode | String | The fiat price currency, as an ISO 4217 alphabetic code. Example: USD |
Updated about 14 hours ago