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

    Interface BankTransferPayoutMethodSpecificInput

    interface BankTransferPayoutMethodSpecificInput {
        bankAccountBban?: BankAccountBban | null;
        bankAccountIban?: BankAccountIban | null;
        customer?: PayoutCustomer | null;
        payoutDate?: string | null;
        payoutText?: string | null;
        swiftCode?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankAccountBban?: BankAccountBban | null
    bankAccountIban?: BankAccountIban | null
    customer?: PayoutCustomer | null

    Moved to PayoutDetails

    payoutDate?: string | null
    payoutText?: string | null
    swiftCode?: string | null