Interface GoogleProductChangeInfo

Holds the information used when upgrading from another sku. For Android use only.

interface GoogleProductChangeInfo {
    oldProductIdentifier: string;
    prorationMode?: PRORATION_MODE;
}

Properties

oldProductIdentifier: string

The old product identifier to upgrade from.

prorationMode?: PRORATION_MODE

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

Generated using TypeDoc