public class BankTransferPayoutMethodSpecificInput extends AbstractPayoutMethodSpecificInput
Constructor and Description |
---|
BankTransferPayoutMethodSpecificInput() |
Modifier and Type | Method and Description |
---|---|
BankAccountBban |
getBankAccountBban()
Object containing account holder name and bank account information.
|
BankAccountIban |
getBankAccountIban()
Object containing account holder and IBAN information.
|
PayoutCustomer |
getCustomer()
Deprecated.
Moved to PayoutDetails
|
String |
getPayoutDate()
Date of the payout sent to the bank by us.
Format: YYYYMMDD |
String |
getPayoutText()
Text to be printed on the bank account statement of the beneficiary.
|
String |
getSwiftCode()
The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code.
|
void |
setBankAccountBban(BankAccountBban value)
Object containing account holder name and bank account information.
|
void |
setBankAccountIban(BankAccountIban value)
Object containing account holder and IBAN information.
|
void |
setCustomer(PayoutCustomer value)
Deprecated.
Moved to PayoutDetails
|
void |
setPayoutDate(String value)
Date of the payout sent to the bank by us.
Format: YYYYMMDD |
void |
setPayoutText(String value)
Text to be printed on the bank account statement of the beneficiary.
|
void |
setSwiftCode(String value)
The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code.
|
public BankTransferPayoutMethodSpecificInput()
public BankAccountBban getBankAccountBban()
public void setBankAccountBban(BankAccountBban value)
public BankAccountIban getBankAccountIban()
public void setBankAccountIban(BankAccountIban value)
@Deprecated public PayoutCustomer getCustomer()
@Deprecated public void setCustomer(PayoutCustomer value)
public String getPayoutDate()
public void setPayoutDate(String value)
public String getPayoutText()
public void setPayoutText(String value)
public String getSwiftCode()
public void setSwiftCode(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.