Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface UpdateFinancialAccountRequest

    interface UpdateFinancialAccountRequest {
        accountId: string;
        customData?: Record<string, string | null>;
        description?: string;
        label?: string;
        owner?: BankAccountOwner;
        reference?: string;
    }
    Index
    accountId: string
    customData?: Record<string, string | null>
    description?: string
    label?: string
    reference?: string