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

    Interface CountryBankSpec

    interface CountryBankSpec {
        bankAccountType?: string;
        codeScheme?: string;
        items?: BankSpec[];
    }
    Index
    bankAccountType?: string
    codeScheme?: string
    items?: BankSpec[]