@apple/app-store-server-library
    Preparing search index...

    Interface AdvancedCommerceSubscriptionModifyChangeItem

    The data your app provides to change an item of an auto-renewable subscription.

    SubscriptionModifyChangeItem

    interface AdvancedCommerceSubscriptionModifyChangeItem {
        currentSKU: string;
        description: string;
        displayName: string;
        effective: string;
        offer?: AdvancedCommerceOffer;
        price: number;
        proratedPrice?: number;
        reason: string;
        SKU: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentSKU: string
    description: string

    A string you provide that describes a SKU.

    description

    displayName: string

    A string with a product name that you can localize and is suitable for display to customers.

    displayName

    effective: string
    price: number
    proratedPrice?: number
    reason: string
    SKU: string

    The product identifier of an in-app purchase product you manage in your own system.

    SKU