Package com.stripe.model.issuing
Class Dispute.Evidence.Other
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence.Other
- 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.Description of the merchandise or service that was purchased.Whether the product was a merchandise or service.int
hashCode()
void
void
setAdditionalDocumentationObject
(File expandableObject) void
setExplanation
(String explanation) Explanation of why the cardholder is disputing this transaction.void
setProductDescription
(String productDescription) Description of the merchandise or service that was purchased.void
setProductType
(String productType) Whether the product was a merchandise or service.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Other
public Other()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentation
object. -
setAdditionalDocumentation
-
getAdditionalDocumentationObject
Get expandedadditionalDocumentation
. -
setAdditionalDocumentationObject
-
getExplanation
Explanation of why the cardholder is disputing this transaction. -
getProductDescription
Description of the merchandise or service that was purchased. -
getProductType
Whether the product was a merchandise or service.One of
merchandise
, orservice
. -
setExplanation
Explanation of why the cardholder is disputing this transaction. -
setProductDescription
Description of the merchandise or service that was purchased. -
setProductType
Whether the product was a merchandise or service.One of
merchandise
, orservice
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-