A response that indicates whether an individual renewal-date extension succeeded, and related details.

ExtendRenewalDateResponse

interface ExtendRenewalDateResponse {
    effectiveDate?: number;
    originalTransactionId?: string;
    success?: boolean;
    webOrderLineItemId?: string;
}

Properties

effectiveDate?: number

The new subscription expiration date for a subscription-renewal extension.

effectiveDate

originalTransactionId?: string

The original transaction identifier of a purchase.

originalTransactionId

success?: boolean

A Boolean value that indicates whether the subscription-renewal-date extension succeeded.

success

webOrderLineItemId?: string

The unique identifier of subscription-purchase events across devices, including renewals.

webOrderLineItemId