Package com.thalesgroup.gemalto.d1.card
Class BillingAddress
java.lang.Object
com.thalesgroup.gemalto.d1.card.BillingAddress
Deprecated.
Represents a billing address used in card enrollment or payment processing.
This class includes standard address fields such as street lines, city, state, ZIP code, and country code.
- Since:
- 4.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAddress(String countryCode) Deprecated.Sets the ISO 3166-1 alpha-2 country code for the billing address. -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Deprecated.The city of the billing address.Deprecated.The ISO 3166-1 alpha-2 country code.getLine1()Deprecated.The first line of the street address.getLine2()Deprecated.The second line of the street address.getLine3()Deprecated.The third line of the street address.getState()Deprecated.The state of the billing address.Deprecated.The postal or ZIP code of the billing address.The maximum length of the zipCode allowed is 10 characters.voidDeprecated.Sets city of the billing address.voidDeprecated.Sets first line of the street address.voidDeprecated.Sets second line of the street address.voidDeprecated.Sets third line of the street address.voidDeprecated.Sets state of the billing address.voidsetZipCode(String zipCode) Deprecated.Sets the postal or ZIP code of the billing address.
-
Constructor Details
-
BillingAddress
Deprecated.Sets the ISO 3166-1 alpha-2 country code for the billing address.
-
-
Method Details
-
getLine1
Deprecated.The first line of the street address. The maximum length of the first line allowed is 64 characters.- Returns:
- first line of the street address.
-
setLine1
Deprecated.Sets first line of the street address. The maximum length allowed is 64 characters. -
getLine2
Deprecated.The second line of the street address. The maximum length of the second line allowed is 64 characters.- Returns:
- second line of the street address.
-
setLine2
Deprecated.Sets second line of the street address. The maximum length allowed is 64 characters. -
getLine3
Deprecated.The third line of the street address. The maximum length of the third line allowed is 64 characters.- Returns:
- third line of the street address.
-
setLine3
Deprecated.Sets third line of the street address. The maximum length allowed is 64 characters. -
getCity
Deprecated.The city of the billing address. The maximum length of the city allowed is 32 characters.- Returns:
- city of the billing address.
-
setCity
Deprecated.Sets city of the billing address. -
getState
Deprecated.The state of the billing address. The maximum length of the state allowed is 3 characters. For example - CZ- Returns:
- state of the billing address.
-
setState
Deprecated.Sets state of the billing address. -
getZipCode
Deprecated.The postal or ZIP code of the billing address.The maximum length of the zipCode allowed is 10 characters.- Returns:
- postal or ZIP code of the billing address.
-
setZipCode
Deprecated.Sets the postal or ZIP code of the billing address. -
getCountryCode
Deprecated.The ISO 3166-1 alpha-2 country code.- Returns:
- country code
-
BillingAddress.