Package com.stripe.model.issuing
Class Dispute.Evidence
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Dispute.Evidence
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Dispute
For more details about Evidence, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Canceled, please refer to the API Reference.static class
For more details about Duplicate, please refer to the API Reference.static class
For more details about Fraudulent, please refer to the API Reference.static class
For more details about MerchandiseNotAsDescribed, please refer to the API Reference.static class
For more details about NotReceived, please refer to the API Reference.static class
For more details about NoValidAuthorization, please refer to the API Reference.static class
For more details about Other, please refer to the API Reference.static class
For more details about ServiceNotAsDescribed, 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 boolean
boolean
getOther()
The reason for filing the dispute.int
hashCode()
void
setCanceled
(Dispute.Evidence.Canceled canceled) void
setDuplicate
(Dispute.Evidence.Duplicate duplicate) void
setFraudulent
(Dispute.Evidence.Fraudulent fraudulent) void
setMerchandiseNotAsDescribed
(Dispute.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) void
setNotReceived
(Dispute.Evidence.NotReceived notReceived) void
setNoValidAuthorization
(Dispute.Evidence.NoValidAuthorization noValidAuthorization) void
setOther
(Dispute.Evidence.Other other) void
The reason for filing the dispute.void
setServiceNotAsDescribed
(Dispute.Evidence.ServiceNotAsDescribed serviceNotAsDescribed) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Evidence
public Evidence()
-
-
Method Details
-
getCanceled
-
getDuplicate
-
getFraudulent
-
getMerchandiseNotAsDescribed
-
getNoValidAuthorization
-
getNotReceived
-
getOther
-
getReason
The reason for filing the dispute. Its value will match the field containing the evidence.One of
canceled
,duplicate
,fraudulent
,merchandise_not_as_described
,no_valid_authorization
,not_received
,other
, orservice_not_as_described
. -
getServiceNotAsDescribed
-
setCanceled
-
setDuplicate
-
setFraudulent
-
setMerchandiseNotAsDescribed
public void setMerchandiseNotAsDescribed(Dispute.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) -
setNoValidAuthorization
-
setNotReceived
-
setOther
-
setReason
The reason for filing the dispute. Its value will match the field containing the evidence.One of
canceled
,duplicate
,fraudulent
,merchandise_not_as_described
,no_valid_authorization
,not_received
,other
, orservice_not_as_described
. -
setServiceNotAsDescribed
-
equals
-
canEqual
-
hashCode
public int hashCode()
-