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 classFor more details about ShippingDetails, 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 booleanbooleanCustomer’s business name for this Checkout Session.Customer’s individual name for this Checkout Session.Shipping information for this Checkout Session.inthashCode()voidsetBusinessName(String businessName) Customer’s business name for this Checkout Session.voidsetIndividualName(String individualName) Customer’s individual name for this Checkout Session.voidsetShippingDetails(Session.CollectedInformation.ShippingDetails shippingDetails) Shipping information 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. -
getIndividualName
Customer’s individual name for this Checkout Session. -
getShippingDetails
Shipping information for this Checkout Session. -
setBusinessName
Customer’s business name for this Checkout Session. -
setIndividualName
Customer’s individual name for this Checkout Session. -
setShippingDetails
Shipping information for this Checkout Session. -
equals
-
canEqual
-
hashCode
public int hashCode()
-