Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence
- Enclosing class:
- DisputeCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classTransaction (e.g., ipi_...) that the disputed transaction is a duplicate of.static classAdd all map key/value pairs to `extraParams` map.static classAdd all map key/value pairs to `extraParams` map.static classstatic classstatic enumDate when the product was received.static class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanEvidence provided whenreasonis 'canceled'.Evidence provided whenreasonis 'duplicate'.Map of extra parameters for custom features not available in this client library.Evidence provided whenreasonis 'fraudulent'.Evidence provided whenreasonis 'merchandise_not_as_described'.Evidence provided whenreasonis 'not_received'.Evidence provided whenreasonis 'no_valid_authorization'.getOther()Evidence provided whenreasonis 'other'.The reason for filing the dispute.Evidence provided whenreasonis 'service_not_as_described'.inthashCode()
-
Method Details
-
builder
-
getCanceled
Evidence provided whenreasonis 'canceled'. -
getDuplicate
Evidence provided whenreasonis 'duplicate'. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFraudulent
Evidence provided whenreasonis 'fraudulent'. -
getMerchandiseNotAsDescribed
Evidence provided whenreasonis 'merchandise_not_as_described'. -
getNoValidAuthorization
Evidence provided whenreasonis 'no_valid_authorization'. -
getNotReceived
Evidence provided whenreasonis 'not_received'. -
getOther
Evidence provided whenreasonis 'other'. -
getReason
The reason for filing the dispute. The evidence should be submitted in the field of the same name. -
getServiceNotAsDescribed
Evidence provided whenreasonis 'service_not_as_described'. -
equals
-
canEqual
-
hashCode
public int hashCode()
-