Package com.stripe.model.issuing
Class Dispute.Evidence.MerchandiseNotAsDescribed
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence.MerchandiseNotAsDescribed
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Dispute.Evidence
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGet ID of expandableadditionalDocumentationobject.Get expandedadditionalDocumentation.Explanation of why the cardholder is disputing this transaction.Date when the product was received.Description of the cardholder's attempt to return the product.Date when the product was returned or attempted to be returned.Result of cardholder's attempt to return the product.inthashCode()voidvoidsetAdditionalDocumentationObject(File expandableObject) voidsetExplanation(String explanation) Explanation of why the cardholder is disputing this transaction.voidsetReceivedAt(Long receivedAt) Date when the product was received.voidsetReturnDescription(String returnDescription) Description of the cardholder's attempt to return the product.voidsetReturnedAt(Long returnedAt) Date when the product was returned or attempted to be returned.voidsetReturnStatus(String returnStatus) Result of cardholder's attempt to return the product.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MerchandiseNotAsDescribed
public MerchandiseNotAsDescribed()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentationobject. -
setAdditionalDocumentation
-
getAdditionalDocumentationObject
Get expandedadditionalDocumentation. -
setAdditionalDocumentationObject
-
getExplanation
Explanation of why the cardholder is disputing this transaction. -
getReceivedAt
Date when the product was received. -
getReturnDescription
Description of the cardholder's attempt to return the product. -
getReturnedAt
Date when the product was returned or attempted to be returned. -
getReturnStatus
Result of cardholder's attempt to return the product.One of
merchant_rejected, orsuccessful. -
setExplanation
Explanation of why the cardholder is disputing this transaction. -
setReceivedAt
Date when the product was received. -
setReturnDescription
Description of the cardholder's attempt to return the product. -
setReturnedAt
Date when the product was returned or attempted to be returned. -
setReturnStatus
Result of cardholder's attempt to return the product.One of
merchant_rejected, orsuccessful. -
equals
-
canEqual
-
hashCode
public int hashCode()
-