Interface MassExtendRenewalDateStatusResponse

A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.

MassExtendRenewalDateStatusResponse

interface MassExtendRenewalDateStatusResponse {
    complete?: boolean;
    completeDate?: number;
    failedCount?: number;
    requestIdentifier?: string;
    succeededCount?: number;
}

Properties

complete?: boolean

A Boolean value that indicates whether the App Store completed the request to extend a subscription renewal date to active subscribers.

complete

completeDate?: number

The UNIX time, in milliseconds, that the App Store completes a request to extend a subscription renewal date for eligible subscribers.

completeDate

failedCount?: number

The count of subscriptions that fail to receive a subscription-renewal-date extension.

failedCount

requestIdentifier?: string

A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.

requestIdentifier

succeededCount?: number

The count of subscriptions that successfully receive a subscription-renewal-date extension.

succeededCount