interface PricingPhase {
    billing_cycle_count: number;
    billing_period: string;
    formatted_price: string;
    price_amount_micros: number;
    price_currency_code: string;
    recurrence_mode: CdvPurchase.GooglePlay.Bridge.RecurrenceMode;
}

Properties

billing_cycle_count: number
billing_period: string
formatted_price: string
price_amount_micros: number
price_currency_code: string