Package com.stripe.model.checkout
Class Session.CustomText.ShippingAddress
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.CustomText.ShippingAddress
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.CustomText
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Text may be up to 1200 characters in length.int
hashCode()
void
setMessage
(String message) Text may be up to 1200 characters in length.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingAddress
public ShippingAddress()
-
-
Method Details