Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
BankTransferPayoutMethodSpecificInput
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
)
AbstractPayoutMethodSpecificInput
BankTransferPayoutMethodSpecificInput
Index
Properties
bank
Account
Bban?
bank
Account
Iban?
customer?
payout
Date?
payout
Text?
swift
Code?
Properties
Optional
bank
Account
Bban
bankAccountBban
?:
BankAccountBban
|
null
Optional
bank
Account
Iban
bankAccountIban
?:
BankAccountIban
|
null
Optional
customer
customer
?:
PayoutCustomer
|
null
Deprecated
Moved to PayoutDetails
Optional
payout
Date
payoutDate
?:
string
|
null
Optional
payout
Text
payoutText
?:
string
|
null
Optional
swift
Code
swiftCode
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bank
Account
Bban
bank
Account
Iban
customer
payout
Date
payout
Text
swift
Code
Worldline Connect Node.js SDK
Loading...
Deprecated
Moved to PayoutDetails