Package com.stripe.model.issuing
Class Dispute.Evidence.NotReceived
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence.NotReceived
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Dispute.Evidence
For more details about NotReceived, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanGet ID of expandableadditionalDocumentationobject.Get expandedadditionalDocumentation.Date when the cardholder expected to receive the product.Explanation of why the cardholder is disputing this transaction.Description of the merchandise or service that was purchased.Whether the product was a merchandise or service.inthashCode()voidvoidsetAdditionalDocumentationObject(File expandableObject) voidsetExpectedAt(Long expectedAt) Date when the cardholder expected to receive the product.voidsetExplanation(String explanation) Explanation of why the cardholder is disputing this transaction.voidsetProductDescription(String productDescription) Description of the merchandise or service that was purchased.voidsetProductType(String productType) Whether the product was a merchandise or service.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
NotReceivedpublic NotReceived()
 
- 
- 
Method Details- 
getAdditionalDocumentationGet ID of expandableadditionalDocumentationobject.
- 
setAdditionalDocumentation
- 
getAdditionalDocumentationObjectGet expandedadditionalDocumentation.
- 
setAdditionalDocumentationObject
- 
getExpectedAtDate when the cardholder expected to receive the product.
- 
getExplanationExplanation of why the cardholder is disputing this transaction.
- 
getProductDescriptionDescription of the merchandise or service that was purchased.
- 
getProductTypeWhether the product was a merchandise or service.One of merchandise, orservice.
- 
setExpectedAtDate when the cardholder expected to receive the product.
- 
setExplanationExplanation of why the cardholder is disputing this transaction.
- 
setProductDescriptionDescription of the merchandise or service that was purchased.
- 
setProductTypeWhether the product was a merchandise or service.One of merchandise, orservice.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-