BillingChargeItemPreview
Individual line represents different prices being charged
This page contains
Fields
description: String | Item description |
recurringTotalPrice: Decimal! | Recurring total price that is due at fixed interval |
effectiveTotalPrice: Decimal! | Effective total price that is due at checkout |
credit: Boolean! | Flag indicating whether item is credit or not |
billingPeriod: SubscriptionUpdateBillingPeriodPreview PREVIEW | Period in which effective total price is charged against |
pricingStrategy: BillingChargePricingStrategy PREVIEW | Pricing strategy |
Types that implement BillingChargeItemPreview
FlatBillingChargeItemPreview PREVIEW | Individual line for flat fee |
PerUnitBillingChargeItemPreview PREVIEW | Individual line for per-unit fee |