Package com.increase.api.models
Class EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address
-
- All Implemented Interfaces:
public final class EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.AddressThe individual's physical address. Mail receiving locations like PO Boxes and PMB's are disallowed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address.BuilderA builder for Address.
-
Method Summary
Modifier and Type Method Description final Stringcity()The city of the address. final Stringline1()The first line of the address. final Stringstate()The two-letter United States Postal Service (USPS) abbreviation for the state of the address. final Stringzip()The ZIP code of the address. final Optional<String>line2()The second line of the address. final JsonField<String>_city()The city of the address. final JsonField<String>_line1()The first line of the address. final JsonField<String>_state()The two-letter United States Postal Service (USPS) abbreviation for the state of the address. final JsonField<String>_zip()The ZIP code of the address. final JsonField<String>_line2()The second line of the address. final Map<String, JsonValue>_additionalProperties()final EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Addressvalidate()final EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address.Builderbuilder()-
-
Method Detail
-
line1
final String line1()
The first line of the address. This is usually the street number and street.
-
state
final String state()
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
line2
final Optional<String> line2()
The second line of the address. This might be the floor or room number.
-
_line1
final JsonField<String> _line1()
The first line of the address. This is usually the street number and street.
-
_state
final JsonField<String> _state()
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
_line2
final JsonField<String> _line2()
The second line of the address. This might be the floor or room number.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address.Builder toBuilder()
-
builder
final static EntityCreateBeneficialOwnerParams.BeneficialOwner.Individual.Address.Builder builder()
-
-
-
-