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

    Interface FinancialAccountWalletRequest

    interface FinancialAccountWalletRequest {
        bankAccount?: undefined;
        currency: string;
        customData?: Record<string, unknown>;
        description?: string;
        doshAccount?: undefined;
        label: string;
        owner: BankAccountOwner;
        pullConfiguration?: PullPushConfig;
        pushConfiguration?: PullPushConfig;
        reference: string;
        type: "wallet";
        wallet: WalletConfig;
    }

    Hierarchy

    • FinancialAccountRequestBase
      • FinancialAccountWalletRequest
    Index
    bankAccount?: undefined
    currency: string
    customData?: Record<string, unknown>
    description?: string
    doshAccount?: undefined
    label: string
    pullConfiguration?: PullPushConfig
    pushConfiguration?: PullPushConfig
    reference: string
    type: "wallet"
    wallet: WalletConfig