Class Dispute.Response

java.lang.Object
java.util.AbstractMap<java.lang.String,​java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.chargehound.models.Dispute.Response
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>
Enclosing class:
Dispute

public static class Dispute.Response
extends com.google.api.client.json.GenericJson
The type returned by a dispute response request. See https://www.chargehound.com/docs/api/2017-10-30/#retrieving-a-dispute-response
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.api.client.util.GenericData

    com.google.api.client.util.GenericData.Flags

    Nested classes/interfaces inherited from class java.util.AbstractMap

    java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>

    Nested classes/interfaces inherited from interface java.util.Map

    java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String accountId  
    java.lang.String disputeId  
    java.util.Map<java.lang.String,​java.lang.Object> evidence  
    java.lang.String externalCharge  
    java.lang.Boolean livemode  
    com.google.api.client.http.HttpResponse response  
    java.lang.String responseUrl  
  • Constructor Summary

    Constructors
    Constructor Description
    Response()  
  • Method Summary

    Methods inherited from class com.google.api.client.json.GenericJson

    clone, getFactory, set, setFactory, toPrettyString, toString

    Methods inherited from class com.google.api.client.util.GenericData

    entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys

    Methods inherited from class java.util.AbstractMap

    clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Map

    compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
  • Field Details

    • livemode

      public java.lang.Boolean livemode
    • disputeId

      public java.lang.String disputeId
    • externalCharge

      public java.lang.String externalCharge
    • accountId

      public java.lang.String accountId
    • evidence

      public java.util.Map<java.lang.String,​java.lang.Object> evidence
    • responseUrl

      public java.lang.String responseUrl
    • response

      public com.google.api.client.http.HttpResponse response
  • Constructor Details

    • Response

      public Response()