Package com.stripe.model.v2.core
Class AccountPerson.AdditionalAddress
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountPerson.AdditionalAddress
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountPerson
For more details about AdditionalAddress, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCity()
City, district, suburb, town, or village.Two-letter country code (ISO 3166-1 alpha-2).getLine1()
Address line 1 (e.g., street, PO Box, or company name).getLine2()
Address line 2 (e.g., apartment, suite, unit, or building).ZIP or postal code.Purpose of additional address.getState()
State, county, province, or region.getTown()
Town or cho-me.int
hashCode()
void
City, district, suburb, town, or village.void
setCountry
(String country) Two-letter country code (ISO 3166-1 alpha-2).void
Address line 1 (e.g., street, PO Box, or company name).void
Address line 2 (e.g., apartment, suite, unit, or building).void
setPostalCode
(String postalCode) ZIP or postal code.void
setPurpose
(String purpose) Purpose of additional address.void
State, county, province, or region.void
Town or cho-me.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AdditionalAddress
public AdditionalAddress()
-
-
Method Details
-
getCity
City, district, suburb, town, or village. -
getCountry
Two-letter country code (ISO 3166-1 alpha-2). -
getLine1
Address line 1 (e.g., street, PO Box, or company name). -
getLine2
Address line 2 (e.g., apartment, suite, unit, or building). -
getPostalCode
ZIP or postal code. -
getPurpose
Purpose of additional address.Equal to
registered
. -
getState
State, county, province, or region. -
getTown
Town or cho-me. -
setCity
City, district, suburb, town, or village. -
setCountry
Two-letter country code (ISO 3166-1 alpha-2). -
setLine1
Address line 1 (e.g., street, PO Box, or company name). -
setLine2
Address line 2 (e.g., apartment, suite, unit, or building). -
setPostalCode
ZIP or postal code. -
setPurpose
Purpose of additional address.Equal to
registered
. -
setState
State, county, province, or region. -
setTown
Town or cho-me. -
equals
-
canEqual
-
hashCode
public int hashCode()
-