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
-
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
.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.int
hashCode()
void
void
setAdditionalDocumentationObject
(File expandableObject) void
setExpectedAt
(Long expectedAt) Date when the cardholder expected to receive the product.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
-
NotReceived
public NotReceived()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentation
object. -
setAdditionalDocumentation
-
getAdditionalDocumentationObject
Get expandedadditionalDocumentation
. -
setAdditionalDocumentationObject
-
getExpectedAt
Date when the cardholder expected to receive the product. -
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
. -
setExpectedAt
Date when the cardholder expected to receive the product. -
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()
-