Information related to a financial event group.

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.

FinancialEventGroup

BeginningBalance?: Currency

FinancialEventGroup

ConvertedTotal?: Currency

FinancialEventGroup

FinancialEventGroupEnd?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

FinancialEventGroup

FinancialEventGroupId?: string

A unique identifier for the financial event group.

FinancialEventGroup

FinancialEventGroupStart?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

FinancialEventGroup

FundTransferDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

FinancialEventGroup

FundTransferStatus?: string

The status of the fund transfer.

FinancialEventGroup

OriginalTotal?: Currency

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

FinancialEventGroup

TraceId?: string

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

FinancialEventGroup