Package com.increase.api.models
Class CardCreateParams.BillingAddress
-
- All Implemented Interfaces:
public final class CardCreateParams.BillingAddressThe card's billing address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardCreateParams.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 CardCreateParams.BillingAddressvalidate()final CardCreateParams.BillingAddress.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardCreateParams.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 CardCreateParams.BillingAddress validate()
-
toBuilder
final CardCreateParams.BillingAddress.Builder toBuilder()
-
builder
final static CardCreateParams.BillingAddress.Builder builder()
-
-
-
-