Package com.increase.api.models
Class PhysicalCard.Shipment.Address
-
- All Implemented Interfaces:
public final class PhysicalCard.Shipment.AddressThe location to where the card's packing label is addressed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPhysicalCard.Shipment.Address.BuilderA builder for Address.
-
Method Summary
Modifier and Type Method Description final Stringcity()The city of the shipping address. final Stringline1()The first line of the shipping address. final Optional<String>line2()The second line of the shipping address. final Optional<String>line3()The third line of the shipping address. final Stringname()The name of the recipient. final StringpostalCode()The postal code of the shipping address. final Stringstate()The US state of the shipping address. final JsonField<String>_city()The city of the shipping address. final JsonField<String>_line1()The first line of the shipping address. final JsonField<String>_line2()The second line of the shipping address. final JsonField<String>_line3()The third line of the shipping address. final JsonField<String>_name()The name of the recipient. final JsonField<String>_postalCode()The postal code of the shipping address. final JsonField<String>_state()The US state of the shipping address. final Map<String, JsonValue>_additionalProperties()final PhysicalCard.Shipment.Addressvalidate()final PhysicalCard.Shipment.Address.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PhysicalCard.Shipment.Address.Builderbuilder()-
-
Method Detail
-
postalCode
final String postalCode()
The postal code of the shipping address.
-
_postalCode
final JsonField<String> _postalCode()
The postal code of the shipping address.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final PhysicalCard.Shipment.Address validate()
-
toBuilder
final PhysicalCard.Shipment.Address.Builder toBuilder()
-
builder
final static PhysicalCard.Shipment.Address.Builder builder()
-
-
-
-