Package com.stripe.model.checkout
Class Session.CollectedInformation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.CollectedInformation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about CollectedInformation, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ShippingDetails, please refer to the API Reference.static class
For more details about TaxId, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Customer’s business name for this Checkout Session.getEmail()
Customer’s email for this Checkout Session.getPhone()
Customer’s phone number for this Checkout Session.Shipping information for this Checkout Session.Customer’s tax ids for this Checkout Session.int
hashCode()
void
setBusinessName
(String businessName) Customer’s business name for this Checkout Session.void
Customer’s email for this Checkout Session.void
Customer’s phone number for this Checkout Session.void
setShippingDetails
(Session.CollectedInformation.ShippingDetails shippingDetails) Shipping information for this Checkout Session.void
Customer’s tax ids for this Checkout Session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CollectedInformation
public CollectedInformation()
-
-
Method Details
-
getBusinessName
Customer’s business name for this Checkout Session. -
getEmail
Customer’s email for this Checkout Session. -
getPhone
Customer’s phone number for this Checkout Session. -
getShippingDetails
Shipping information for this Checkout Session. -
getTaxIds
Customer’s tax ids for this Checkout Session. -
setBusinessName
Customer’s business name for this Checkout Session. -
setEmail
Customer’s email for this Checkout Session. -
setPhone
Customer’s phone number for this Checkout Session. -
setShippingDetails
Shipping information for this Checkout Session. -
setTaxIds
Customer’s tax ids for this Checkout Session. -
equals
-
canEqual
-
hashCode
public int hashCode()
-