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

    Interface AdvancedCommerceSubscriptionChangeMetadataDescriptors

    The subscription metadata to change, specifically the description and display name.

    SubscriptionChangeMetadataDescriptors

    interface AdvancedCommerceSubscriptionChangeMetadataDescriptors {
        description?: string;
        displayName?: string;
        effective: string;
    }
    Index

    Properties

    description?: string

    The new description for the subscription.

    description

    displayName?: string

    The new display name for the subscription.

    displayName

    effective: string

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

    effective