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 classFor more details about Canceled, please refer to the API Reference.static classFor more details about Duplicate, please refer to the API Reference.static classFor more details about Fraudulent, please refer to the API Reference.static classFor more details about MerchandiseNotAsDescribed, please refer to the API Reference.static classFor more details about NotReceived, please refer to the API Reference.static classFor more details about NoValidAuthorization, please refer to the API Reference.static classFor more details about Other, please refer to the API Reference.static classFor 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 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) voidsetNoValidAuthorization(Dispute.Evidence.NoValidAuthorization noValidAuthorization) voidsetOther(Dispute.Evidence.Other other) voidThe reason for filing the dispute.voidsetServiceNotAsDescribed(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()
-