public class BankDetailsResponse extends Object
Constructor and Description |
---|
BankDetailsResponse() |
Modifier and Type | Method and Description |
---|---|
BankAccountBban |
getBankAccountBban()
Object that holds the Basic Bank Account Number (BBAN) data
|
BankAccountIban |
getBankAccountIban()
Object that holds the International Bank Account Number (IBAN) data
|
BankData |
getBankData()
Object that holds the reformatted bank account data
|
Swift |
getSwift()
Object that holds all the SWIFT routing information
|
void |
setBankAccountBban(BankAccountBban value)
Object that holds the Basic Bank Account Number (BBAN) data
|
void |
setBankAccountIban(BankAccountIban value)
Object that holds the International Bank Account Number (IBAN) data
|
void |
setBankData(BankData value)
Object that holds the reformatted bank account data
|
void |
setSwift(Swift value)
Object that holds all the SWIFT routing information
|
public BankAccountBban getBankAccountBban()
public void setBankAccountBban(BankAccountBban value)
public BankAccountIban getBankAccountIban()
public void setBankAccountIban(BankAccountIban value)
public BankData getBankData()
public void setBankData(BankData value)
public Swift getSwift()
public void setSwift(Swift value)
Copyright © 2024 Worldline Global Collect. All rights reserved.