@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Riskv1liststypeentriesPaymentInformationBank extends Object
| Constructor and Description |
|---|
Riskv1liststypeentriesPaymentInformationBank() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1liststypeentriesPaymentInformationBank |
accountNumber(String accountNumber) |
Riskv1liststypeentriesPaymentInformationBank |
code(String code) |
Riskv1liststypeentriesPaymentInformationBank |
country(String country) |
boolean |
equals(Object o) |
String |
getAccountNumber()
Customer's bank account number.
|
String |
getCode()
Country-specific code used to identify the customer’s bank.
|
String |
getCountry()
Country where the bank is located.
|
String |
getIban()
International Bank Account Number (IBAN) for the bank account.
|
int |
hashCode() |
Riskv1liststypeentriesPaymentInformationBank |
iban(String iban) |
void |
setAccountNumber(String accountNumber) |
void |
setCode(String code) |
void |
setCountry(String country) |
void |
setIban(String iban) |
String |
toString() |
public Riskv1liststypeentriesPaymentInformationBank()
public Riskv1liststypeentriesPaymentInformationBank accountNumber(String accountNumber)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public Riskv1liststypeentriesPaymentInformationBank code(String code)
public String getCode()
public void setCode(String code)
public Riskv1liststypeentriesPaymentInformationBank country(String country)
public String getCountry()
public void setCountry(String country)
public Riskv1liststypeentriesPaymentInformationBank iban(String iban)
public String getIban()
public void setIban(String iban)
Copyright © 2020. All rights reserved.