Worldline Connect Node.js SDK
    Preparing search index...

    Interface BankAccountBbanRefund

    interface BankAccountBbanRefund {
        accountHolderName?: string | null;
        accountNumber?: string | null;
        bankCity?: string | null;
        bankCode?: string | null;
        bankName?: string | null;
        branchCode?: string | null;
        checkDigit?: string | null;
        countryCode?: string | null;
        patronymicName?: string | null;
        swiftCode?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountHolderName?: string | null
    accountNumber?: string | null
    bankCity?: string | null
    bankCode?: string | null
    bankName?: string | null
    branchCode?: string | null
    checkDigit?: string | null
    countryCode?: string | null
    patronymicName?: string | null
    swiftCode?: string | null