Package dev.vality.swag.analytics.model
Class InternationalBankAccount
java.lang.Object
dev.vality.swag.analytics.model.InternationalBankAccount
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class InternationalBankAccount extends Object
Данные международного банковского счёта
-
Constructor Summary
Constructors Constructor Description InternationalBankAccount() -
Method Summary
Modifier and Type Method Description InternationalBankAccountbankDetails(InternationalBankDetails bankDetails)InternationalBankAccountcorrespondentBankAccount(InternationalCorrespondentBankAccount correspondentBankAccount)booleanequals(Object o)InternationalBankDetailsgetBankDetails()Get bankDetailsInternationalCorrespondentBankAccountgetCorrespondentBankAccount()Get correspondentBankAccountStringgetIban()International Bank Account Number [ISO 13616](https://en.wikipedia.org/wiki/International_Bank_Account_Number)StringgetNumber()Номер счётаinthashCode()InternationalBankAccountiban(String iban)InternationalBankAccountnumber(String number)voidsetBankDetails(InternationalBankDetails bankDetails)voidsetCorrespondentBankAccount(InternationalCorrespondentBankAccount correspondentBankAccount)voidsetIban(String iban)voidsetNumber(String number)StringtoString()
-
Constructor Details
-
InternationalBankAccount
public InternationalBankAccount()
-
-
Method Details
-
number
-
getNumber
Номер счёта- Returns:
- number
-
setNumber
-
iban
-
getIban
International Bank Account Number [ISO 13616](https://en.wikipedia.org/wiki/International_Bank_Account_Number)- Returns:
- iban
-
setIban
-
bankDetails
-
getBankDetails
Get bankDetails- Returns:
- bankDetails
-
setBankDetails
-
correspondentBankAccount
public InternationalBankAccount correspondentBankAccount(InternationalCorrespondentBankAccount correspondentBankAccount) -
getCorrespondentBankAccount
Get correspondentBankAccount- Returns:
- correspondentBankAccount
-
setCorrespondentBankAccount
public void setCorrespondentBankAccount(InternationalCorrespondentBankAccount correspondentBankAccount) -
equals
-
hashCode
public int hashCode() -
toString
-