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

    Interface RenewalCommitmentInfo

    interface RenewalCommitmentInfo {
        commitmentAutoRenewProductId?: string;
        commitmentAutoRenewStatus?: number;
        commitmentRenewalBillingPlanType?: string;
        commitmentRenewalDate?: number;
        commitmentRenewalPrice?: number;
    }
    Index

    Properties

    commitmentAutoRenewProductId?: string
    commitmentAutoRenewStatus?: number
    commitmentRenewalBillingPlanType?: string
    commitmentRenewalDate?: number
    commitmentRenewalPrice?: number