Package dev.vality.anapi.v2.model
Class InternationalBankDetails
java.lang.Object
dev.vality.anapi.v2.model.InternationalBankDetails
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class InternationalBankDetails
extends Object
Данные международной банковской организации
-
Constructor Summary
Constructors Constructor Description InternationalBankDetails() -
Method Summary
Modifier and Type Method Description InternationalBankDetailsabartn(String abartn)InternationalBankDetailsaddress(String address)InternationalBankDetailsbic(String bic)InternationalBankDetailscountryCode(String countryCode)booleanequals(Object o)@Pattern(regexp="^[0-9]{9}$") StringgetAbartn()[ABA Routing Transit Number](https://en.wikipedia.org/wiki/ABA_routing_transit_number) банковской организации, специфичный для банковской системы USA.@Size(max=1000) StringgetAddress()Адрес юридического лица банковской организации@Pattern(regexp="^([A-Z0-9]{8}|[A-Z0-9]{11})$") StringgetBic()Business Identifier Code [ISO 9362](https://en.wikipedia.org/wiki/ISO_9362).@Pattern(regexp="^[A-Z]{2}$") StringgetCountryCode()Get countryCode@Size(max=100) StringgetName()Наименование юридического лица банковской организацииinthashCode()InternationalBankDetailsname(String name)voidsetAbartn(String abartn)voidsetAddress(String address)voidsetBic(String bic)voidsetCountryCode(String countryCode)voidsetName(String name)StringtoString()
-
Constructor Details
-
InternationalBankDetails
public InternationalBankDetails()
-
-
Method Details
-
bic
-
getBic
@Pattern(regexp="^([A-Z0-9]{8}|[A-Z0-9]{11})$") public @Pattern(regexp="^([A-Z0-9]{8}|[A-Z0-9]{11})$") String getBic()Business Identifier Code [ISO 9362](https://en.wikipedia.org/wiki/ISO_9362).- Returns:
- bic
-
setBic
-
abartn
-
getAbartn
[ABA Routing Transit Number](https://en.wikipedia.org/wiki/ABA_routing_transit_number) банковской организации, специфичный для банковской системы USA.- Returns:
- abartn
-
setAbartn
-
name
-
getName
Наименование юридического лица банковской организации- Returns:
- name
-
setName
-
countryCode
-
getCountryCode
Get countryCode- Returns:
- countryCode
-
setCountryCode
-
address
-
getAddress
Адрес юридического лица банковской организации- Returns:
- address
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-