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

    Interface AdvancedCommerceOffer

    A discount offer for an auto-renewable subscription.

    Offer

    interface AdvancedCommerceOffer {
        period: string;
        periodCount: number;
        price: number;
        reason: string;
    }
    Index

    Properties

    period: string

    The period of the offer.

    periodCount: number

    The number of periods the offer is active.

    price: number

    The offer price, in milliunits.

    Price

    reason: string

    The reason for the offer.