Information related to a financial event group.

Export

FinancialEventGroup

interface FinancialEventGroup {
    AccountTail?: string;
    BeginningBalance?: Currency;
    ConvertedTotal?: Currency;
    FinancialEventGroupEnd?: string;
    FinancialEventGroupId?: string;
    FinancialEventGroupStart?: string;
    FundTransferDate?: string;
    FundTransferStatus?: string;
    OriginalTotal?: Currency;
    ProcessingStatus?: string;
    TraceId?: string;
}

Properties

AccountTail?: string

The account tail of the payment instrument.

Memberof

FinancialEventGroup

BeginningBalance?: Currency

Memberof

FinancialEventGroup

ConvertedTotal?: Currency

Memberof

FinancialEventGroup

FinancialEventGroupEnd?: string

Memberof

FinancialEventGroup

FinancialEventGroupId?: string

A unique identifier for the financial event group.

Memberof

FinancialEventGroup

FinancialEventGroupStart?: string

Memberof

FinancialEventGroup

FundTransferDate?: string

Memberof

FinancialEventGroup

FundTransferStatus?: string

The status of the fund transfer.

Memberof

FinancialEventGroup

OriginalTotal?: Currency

Memberof

FinancialEventGroup

ProcessingStatus?: string

The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * Open * Closed

Memberof

FinancialEventGroup

TraceId?: string

The trace identifier used by sellers to look up transactions externally.

Memberof

FinancialEventGroup