Class RequestedSession.LineItemDetail.ProductDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.LineItemDetail.ProductDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- RequestedSession.LineItemDetail
For more details about ProductDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CustomAttribute, please refer to the API Reference.static classFor more details about Disclosure, 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 booleanbooleangetTitle()inthashCode()voidsetCustomAttributes(List<RequestedSession.LineItemDetail.ProductDetails.CustomAttribute> customAttributes) voidsetDescription(String description) voidvoidvoidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProductDetails
public ProductDetails()
-
-
Method Details
-
getCustomAttributes
-
getDescription
-
getDisclosures
-
getImages
-
getTitle
-
setCustomAttributes
public void setCustomAttributes(List<RequestedSession.LineItemDetail.ProductDetails.CustomAttribute> customAttributes) -
setDescription
-
setDisclosures
public void setDisclosures(List<RequestedSession.LineItemDetail.ProductDetails.Disclosure> disclosures) -
setImages
-
setTitle
-
equals
-
canEqual
-
hashCode
public int hashCode()
-