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

    Interface TransactionCommitmentInfo

    interface TransactionCommitmentInfo {
        billingPeriodNumber?: number;
        commitmentExpiresDate?: number;
        commitmentPrice?: number;
        totalBillingPeriods?: number;
    }
    Index

    Properties

    billingPeriodNumber?: number
    commitmentExpiresDate?: number
    commitmentPrice?: number
    totalBillingPeriods?: number