Package com.stripe.model.issuing
Class Card.Shipping.AddressValidation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Shipping.AddressValidation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Card.Shipping
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getMode()
The address validation capabilities to use.The normalized shipping address.The validation result for the shipping address.int
hashCode()
void
The address validation capabilities to use.void
setNormalizedAddress
(Address normalizedAddress) The normalized shipping address.void
The validation result for the shipping address.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AddressValidation
public AddressValidation()
-
-
Method Details
-
getMode
The address validation capabilities to use.One of
disabled
,normalization_only
, orvalidation_and_normalization
. -
getNormalizedAddress
The normalized shipping address. -
getResult
The validation result for the shipping address.One of
indeterminate
,likely_deliverable
, orlikely_undeliverable
. -
setMode
The address validation capabilities to use.One of
disabled
,normalization_only
, orvalidation_and_normalization
. -
setNormalizedAddress
The normalized shipping address. -
setResult
The validation result for the shipping address.One of
indeterminate
,likely_deliverable
, orlikely_undeliverable
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-