Package com.stripe.param.issuing
Class DisputeCreateParams.Evidence
java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence
- Enclosing class:
- DisputeCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of.static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
static class
static enum
Date when the product was received.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Evidence provided whenreason
is 'canceled'.Evidence provided whenreason
is 'duplicate'.Map of extra parameters for custom features not available in this client library.Evidence provided whenreason
is 'fraudulent'.Evidence provided whenreason
is 'merchandise_not_as_described'.Evidence provided whenreason
is 'not_received'.Evidence provided whenreason
is 'no_valid_authorization'.getOther()
Evidence provided whenreason
is 'other'.The reason for filing the dispute.Evidence provided whenreason
is 'service_not_as_described'.
-
Method Details
-
builder
-
getCanceled
Evidence provided whenreason
is 'canceled'. -
getDuplicate
Evidence provided whenreason
is '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@SerializedName
value. 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 whenreason
is 'fraudulent'. -
getMerchandiseNotAsDescribed
Evidence provided whenreason
is 'merchandise_not_as_described'. -
getNoValidAuthorization
Evidence provided whenreason
is 'no_valid_authorization'. -
getNotReceived
Evidence provided whenreason
is 'not_received'. -
getOther
Evidence provided whenreason
is 'other'. -
getReason
The reason for filing the dispute. The evidence should be submitted in the field of the same name. -
getServiceNotAsDescribed
Evidence provided whenreason
is 'service_not_as_described'.
-