Selling Partner API SDK for JavaScript
    Preparing search index...

    Information related to a financial event group.

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

    Properties

    AccountTail?: string

    The account tail of the payment instrument.

    BeginningBalance?: Currency
    ConvertedTotal?: Currency
    FinancialEventGroupEnd?: string

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

    FinancialEventGroupId?: string

    A unique identifier for the financial event group.

    FinancialEventGroupStart?: string

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

    FundTransferDate?: string

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

    FundTransferStatus?: string

    The status of the fund transfer.

    OriginalTotal?: Currency
    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

    TraceId?: string

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