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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetOther()The reason for filing the dispute.inthashCode()voidsetCanceled(Dispute.Evidence.Canceled canceled) voidsetDuplicate(Dispute.Evidence.Duplicate duplicate) voidsetFraudulent(Dispute.Evidence.Fraudulent fraudulent) voidsetMerchandiseNotAsDescribed(Dispute.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) voidsetNotReceived(Dispute.Evidence.NotReceived notReceived) voidsetOther(Dispute.Evidence.Other other) voidThe reason for filing the dispute.voidsetServiceNotAsDescribed(Dispute.Evidence.ServiceNotAsDescribed serviceNotAsDescribed) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Evidence
public Evidence()
-
-
Method Details
-
getCanceled
-
getDuplicate
-
getFraudulent
-
getMerchandiseNotAsDescribed
-
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,not_received,other, orservice_not_as_described. -
getServiceNotAsDescribed
-
setCanceled
-
setDuplicate
-
setFraudulent
-
setMerchandiseNotAsDescribed
public void setMerchandiseNotAsDescribed(Dispute.Evidence.MerchandiseNotAsDescribed merchandiseNotAsDescribed) -
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,not_received,other, orservice_not_as_described. -
setServiceNotAsDescribed
-
equals
-
canEqual
-
hashCode
public int hashCode()
-