public class DisputeCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
DisputeCreateParams.Builder |
static class |
DisputeCreateParams.Evidence |
static class |
DisputeCreateParams.Reason
(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional file
evidence supporting your dispute.
|
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static DisputeCreateParams.Builder |
builder() |
java.lang.Long |
getAmount()
Amount to dispute, defaults to full value, given in the currency the transaction was made in.
|
java.lang.String |
getDisputedTransaction()
The ID of the issuing transaction to create a dispute for.
|
DisputeCreateParams.Evidence |
getEvidence()
A hash containing all the evidence related to the dispute.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Set of key-value pairs that you can attach to an object.
|
DisputeCreateParams.Reason |
getReason()
The reason for the dispute.
|
toMap
public static DisputeCreateParams.Builder builder()
public java.lang.Long getAmount()
public java.lang.String getDisputedTransaction()
public DisputeCreateParams.Evidence getEvidence()
public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public java.util.Map<java.lang.String,java.lang.String> getMetadata()
public DisputeCreateParams.Reason getReason()