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