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

    Interface AdvancedCommerceOneTimeChargeItem

    The details of a one-time charge product, including its display name, price, SKU, and metadata.

    OneTimeChargeItem

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

    price: number

    The price, in milliunits of the currency, of the one-time charge product.

    price

    SKU: string

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

    SKU