Holds the information used when upgrading from another sku. For Android use only. @deprecated, use GoogleProductChangeInfo

interface UpgradeInfo {
    oldSKU: string;
    prorationMode?: PRORATION_MODE;
}

Properties

oldSKU: string

The oldSKU to upgrade from.

prorationMode?: PRORATION_MODE

The [PRORATION_MODE] to use when upgrading the given oldSKU.

Generated using TypeDoc