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

    Interface AdvancedCommerceSubscriptionChangeMetadataItem

    The metadata to change for an item, specifically its SKU, description, and display name.

    SubscriptionChangeMetadataItem

    interface AdvancedCommerceSubscriptionChangeMetadataItem {
        currentSKU: string;
        description?: string;
        displayName?: string;
        effective: string;
        SKU?: string;
    }
    Index

    Properties

    currentSKU: string

    The original SKU of the item.

    SKU

    description?: string

    The new description for the item.

    description

    displayName?: string

    The new display name for the item.

    displayName

    effective: string

    The string that determines when the metadata change goes into effect.

    effective

    SKU?: string

    The new SKU of the item.

    SKU