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
For more details about Other, 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 booleanbooleanGet ID of expandableadditionalDocumentationobject.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.inthashCode()voidvoidsetAdditionalDocumentationObject(File expandableObject) 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Other
public Other()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentationobject. -
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()
-