Additional information related to deferred transactions.

DeferredContext

interface DeferredContext {
    deferralReason?: string;
    deferralStatus?: string;
    maturityDate?: string;
}

Properties

deferralReason?: string

Deferral policy applied on the transaction. Examples: B2B,DD7

DeferredContext

deferralStatus?: string

The status of the transaction. For example, HOLD,RELEASE.

DeferredContext

maturityDate?: string

A date in ISO 8601 date-time format.

DeferredContext