Essential Kit
Loading...
Searching...
No Matches
BillingProductOfferPricingPhase

Represents a phase of pricing for a billing product offer.

Properties

BillingProductOfferPaymentMode PaymentMode [get]
 Gets the payment mode for the offer.
 
BillingPrice Price [get]
 Gets the offer price charged for the specified period.
 
BillingPeriod Period [get]
 Gets the period for which the offer price is applied. For PayAsYouGo, the period value will be the billing cycle period, and the total period will be Period * RepeatCount.
 
int RepeatCount [get]
 Gets the number of times the pricing phase repeats.
 

Property Documentation

◆ RepeatCount

int RepeatCount
get

For BillingProductOfferPaymentMode.PayAsYouGo, the period value will be the billing cycle period, and the total period will be Period * RepeatCount. For other payment modes, this value will be always 1.