Package com.stripe.model.issuing
Class Dispute.Evidence.Canceled
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence.Canceled
- 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 order was canceled.Whether the cardholder was provided with a cancellation policy.Reason for canceling the order.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.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
setCanceledAt
(Long canceledAt) Date when order was canceled.void
setCancellationPolicyProvided
(Boolean cancellationPolicyProvided) Whether the cardholder was provided with a cancellation policy.void
setCancellationReason
(String cancellationReason) Reason for canceling the order.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.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
-
Canceled
public Canceled()
-
-
Method Details
-
getAdditionalDocumentation
Get ID of expandableadditionalDocumentation
object. -
setAdditionalDocumentation
-
getAdditionalDocumentationObject
Get expandedadditionalDocumentation
. -
setAdditionalDocumentationObject
-
getCanceledAt
Date when order was canceled. -
getCancellationPolicyProvided
Whether the cardholder was provided with a cancellation policy. -
getCancellationReason
Reason for canceling the order. -
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
. -
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. -
setCanceledAt
Date when order was canceled. -
setCancellationPolicyProvided
Whether the cardholder was provided with a cancellation policy. -
setCancellationReason
Reason for canceling the order. -
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
. -
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()
-