License

Copyright Paysafe 2024. All rights reserved.

interface Account {
    availableBalance?: number;
    creationTime?: string;
    currencyCode: string;
    customerId?: string;
    externalId?: string;
    id?: string;
    instruments?: PaymentInstrument[];
    totalBalance?: number;
}

Hierarchy (view full)

Properties

availableBalance?: number
creationTime?: string
currencyCode: string
customerId?: string
externalId?: string
id?: string
instruments?: PaymentInstrument[]
totalBalance?: number

Generated using TypeDoc