Package com.increase.api.models
Class Card.BillingAddress
-
- All Implemented Interfaces:
public final class Card.BillingAddressThe Card's billing address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCard.BillingAddress.BuilderA builder for BillingAddress.
-
Method Summary
Modifier and Type Method Description final Optional<String>city()The city of the billing address. final Optional<String>line1()The first line of the billing address. final Optional<String>line2()The second line of the billing address. final Optional<String>postalCode()The postal code of the billing address. final Optional<String>state()The US state of the billing address. final JsonField<String>_city()The city of the billing address. final JsonField<String>_line1()The first line of the billing address. final JsonField<String>_line2()The second line of the billing address. final JsonField<String>_postalCode()The postal code of the billing address. final JsonField<String>_state()The US state of the billing address. final Map<String, JsonValue>_additionalProperties()final Card.BillingAddressvalidate()final Card.BillingAddress.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Card.BillingAddress.Builderbuilder()-
-
Method Detail
-
postalCode
final Optional<String> postalCode()
The postal code of the billing address.
-
_postalCode
final JsonField<String> _postalCode()
The postal code of the billing address.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Card.BillingAddress validate()
-
toBuilder
final Card.BillingAddress.Builder toBuilder()
-
builder
final static Card.BillingAddress.Builder builder()
-
-
-
-