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

    Interface AdvancedCommerceSubscriptionModifyAddItem

    The data your app provides to add items when it makes changes to an auto-renewable subscription.

    SubscriptionModifyAddItem

    interface AdvancedCommerceSubscriptionModifyAddItem {
        description: string;
        displayName: string;
        offer?: AdvancedCommerceOffer;
        price: number;
        proratedPrice?: number;
        SKU: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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

    A discount offer for an auto-renewable subscription.

    Offer

    price: number
    proratedPrice?: number
    SKU: string

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

    SKU