Class IdentityVerificationWithDetailsPiiAddressBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsPiiAddressBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-20T15:43:55.057924Z[Etc/UTC]") public class IdentityVerificationWithDetailsPiiAddressBankModel extends Object
The attested address.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CITYstatic StringJSON_PROPERTY_COUNTRY_CODEstatic StringJSON_PROPERTY_POSTAL_CODEstatic StringJSON_PROPERTY_STREETstatic StringJSON_PROPERTY_STREET2static StringJSON_PROPERTY_SUBDIVISION
-
Constructor Summary
Constructors Constructor Description IdentityVerificationWithDetailsPiiAddressBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_STREET
public static final String JSON_PROPERTY_STREET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STREET2
public static final String JSON_PROPERTY_STREET2
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CITY
public static final String JSON_PROPERTY_CITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBDIVISION
public static final String JSON_PROPERTY_SUBDIVISION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POSTAL_CODE
public static final String JSON_PROPERTY_POSTAL_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTRY_CODE
public static final String JSON_PROPERTY_COUNTRY_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
street
public IdentityVerificationWithDetailsPiiAddressBankModel street(String street)
-
setStreet
public void setStreet(String street)
-
street2
public IdentityVerificationWithDetailsPiiAddressBankModel street2(String street2)
-
getStreet2
@Nullable public String getStreet2()
The optional second line of the address.- Returns:
- street2
-
setStreet2
public void setStreet2(String street2)
-
city
public IdentityVerificationWithDetailsPiiAddressBankModel city(String city)
-
setCity
public void setCity(String city)
-
subdivision
public IdentityVerificationWithDetailsPiiAddressBankModel subdivision(String subdivision)
-
getSubdivision
@Nullable public String getSubdivision()
The ISO 3166-2 subdivision code of the address; not used by all countries.- Returns:
- subdivision
-
setSubdivision
public void setSubdivision(String subdivision)
-
postalCode
public IdentityVerificationWithDetailsPiiAddressBankModel postalCode(String postalCode)
-
getPostalCode
@Nullable public String getPostalCode()
The postal/post/zip code of the address; not used by all countries.- Returns:
- postalCode
-
setPostalCode
public void setPostalCode(String postalCode)
-
countryCode
public IdentityVerificationWithDetailsPiiAddressBankModel countryCode(String countryCode)
-
getCountryCode
@Nullable public String getCountryCode()
The ISO 3166 country 2-Alpha country code of the address.- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
-
-