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

    Interface FinancialAccountDoshRequest

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

    Hierarchy

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