PricingPhase
data class PricingPhase( val billingPeriod: String, val priceCurrencyCode: String, val formattedPrice: String, val priceAmountMicros: Long, val recurrenceMode: RecurrenceMode, val billingCycleCount: Int?) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun PricingPhase( billingPeriod: String, priceCurrencyCode: String, formattedPrice: String, priceAmountMicros: Long, recurrenceMode: RecurrenceMode, billingCycleCount: Int?)
Content copied to clipboard