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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-