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

    Interface AdvancedCommerceDescriptors

    The display name and description of a subscription product.

    Descriptors

    interface AdvancedCommerceDescriptors {
        description: string;
        displayName: 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