Class Dispute.UpdateParams

  • All Implemented Interfaces:
    java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>
    Enclosing class:
    Dispute

    public static class Dispute.UpdateParams
    extends com.google.api.client.json.GenericJson
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Dispute.UpdateParams.Builder  
      • 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>
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateParams()  
    • 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 Detail

      • accountId

        public java.lang.String accountId
      • account

        public java.lang.String account
      • force

        public java.lang.Boolean force
      • queue

        public java.lang.Boolean queue
      • submit

        public java.lang.Boolean submit
      • template

        public java.lang.String template
      • fields

        public java.util.Map<java.lang.String,​java.lang.Object> fields
      • products

        public java.util.List<Product> products
      • pastPayments

        public java.util.List<PastPayment> pastPayments
      • referenceUrl

        public java.lang.String referenceUrl
    • Constructor Detail

      • UpdateParams

        public UpdateParams()