Class DisputeCreateParams.Evidence

java.lang.Object
com.stripe.param.issuing.DisputeCreateParams.Evidence
Enclosing class:
DisputeCreateParams

public static class DisputeCreateParams.Evidence extends Object
  • Method Details

    • builder

      public static DisputeCreateParams.Evidence.Builder builder()
    • getCanceled

      public Object getCanceled()
      Evidence provided when reason is 'canceled'.
    • getDuplicate

      public Object getDuplicate()
      Evidence provided when reason is 'duplicate'.
    • getExtraParams

      public Map<String,Object> 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

      public Object getFraudulent()
      Evidence provided when reason is 'fraudulent'.
    • getMerchandiseNotAsDescribed

      public Object getMerchandiseNotAsDescribed()
      Evidence provided when reason is 'merchandise_not_as_described'.
    • getNotReceived

      public Object getNotReceived()
      Evidence provided when reason is 'not_received'.
    • getOther

      public Object getOther()
      Evidence provided when reason is 'other'.
    • getReason

      The reason for filing the dispute. The evidence should be submitted in the field of the same name.
    • getServiceNotAsDescribed

      public Object getServiceNotAsDescribed()
      Evidence provided when reason is 'service_not_as_described'.