Class AuthenticationRetrieveResponse.Cardholder.BillingAddress
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.Cardholder.BillingAddressObject containing data on the billing address provided during the transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthenticationRetrieveResponse.Cardholder.BillingAddress.BuilderA builder for BillingAddress.
-
Method Summary
Modifier and Type Method Description final Optional<String>address1()First line of the street address provided by the cardholder. final Optional<String>address2()Second line of the street address provided by the cardholder. final Optional<String>address3()Third line of the street address provided by the cardholder. final Optional<String>city()City of the address provided by the cardholder. final Optional<String>country()Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format (e.g. final Optional<String>postalCode()Postal code (e.g. final JsonField<String>_address1()Returns the raw JSON value of address1. final JsonField<String>_address2()Returns the raw JSON value of address2. final JsonField<String>_address3()Returns the raw JSON value of address3. final JsonField<String>_city()Returns the raw JSON value of city. final JsonField<String>_country()Returns the raw JSON value of country. final JsonField<String>_postalCode()Returns the raw JSON value of postalCode. final Map<String, JsonValue>_additionalProperties()final AuthenticationRetrieveResponse.Cardholder.BillingAddress.BuildertoBuilder()final AuthenticationRetrieveResponse.Cardholder.BillingAddressvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthenticationRetrieveResponse.Cardholder.BillingAddress.Builderbuilder()Returns a mutable builder for constructing an instance of BillingAddress. -
-
Method Detail
-
address1
final Optional<String> address1()
First line of the street address provided by the cardholder.
-
address2
final Optional<String> address2()
Second line of the street address provided by the cardholder.
-
address3
final Optional<String> address3()
Third line of the street address provided by the cardholder.
-
country
final Optional<String> country()
Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format (e.g. USA)
-
postalCode
final Optional<String> postalCode()
Postal code (e.g., ZIP code) of the address provided by the cardholder
-
_address1
final JsonField<String> _address1()
Returns the raw JSON value of address1.
Unlike address1, this method doesn't throw if the JSON field has an unexpected type.
-
_address2
final JsonField<String> _address2()
Returns the raw JSON value of address2.
Unlike address2, this method doesn't throw if the JSON field has an unexpected type.
-
_address3
final JsonField<String> _address3()
Returns the raw JSON value of address3.
Unlike address3, this method doesn't throw if the JSON field has an unexpected type.
-
_city
final JsonField<String> _city()
Returns the raw JSON value of city.
Unlike city, this method doesn't throw if the JSON field has an unexpected type.
-
_country
final JsonField<String> _country()
Returns the raw JSON value of country.
Unlike country, this method doesn't throw if the JSON field has an unexpected type.
-
_postalCode
final JsonField<String> _postalCode()
Returns the raw JSON value of postalCode.
Unlike postalCode, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthenticationRetrieveResponse.Cardholder.BillingAddress.Builder toBuilder()
-
validate
final AuthenticationRetrieveResponse.Cardholder.BillingAddress validate()
-
builder
final static AuthenticationRetrieveResponse.Cardholder.BillingAddress.Builder builder()
Returns a mutable builder for constructing an instance of BillingAddress.
-
-
-
-