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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableadditionalDocumentation
object.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.int
hashCode()
void
void
setAdditionalDocumentationObject
(File expandableObject) void
setExplanation
(String explanation) Explanation of why the cardholder is disputing this transaction.void
setReceivedAt
(Long receivedAt) Date when the product was received.void
setReturnDescription
(String returnDescription) Description of the cardholder's attempt to return the product.void
setReturnedAt
(Long returnedAt) Date when the product was returned or attempted to be returned.void
setReturnStatus
(String returnStatus) Result of cardholder's attempt to return the product.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MerchandiseNotAsDescribed
public MerchandiseNotAsDescribed()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentation
object. -
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. -
getReturnStatus
Result of cardholder's attempt to return the product.One of
merchant_rejected
, orsuccessful
. -
getReturnedAt
Date when the product was returned or attempted to be returned. -
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. -
setReturnStatus
Result of cardholder's attempt to return the product.One of
merchant_rejected
, orsuccessful
. -
setReturnedAt
Date when the product was returned or attempted to be returned. -
equals
-
canEqual
-
hashCode
public int hashCode()
-