Class RedactionJobCreateParams.Objects

java.lang.Object
com.stripe.param.privacy.RedactionJobCreateParams.Objects
Enclosing class:
RedactionJobCreateParams

public static class RedactionJobCreateParams.Objects extends Object
  • Method Details

    • builder

    • getCharges

      public List<String> getCharges()
    • getCheckoutSessions

      public List<String> getCheckoutSessions()
    • getCustomers

      public List<String> getCustomers()
    • 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.
    • getIdentityVerificationSessions

      public List<String> getIdentityVerificationSessions()
    • getInvoices

      public List<String> getInvoices()
    • getIssuingCardholders

      public List<String> getIssuingCardholders()
    • getIssuingCards

      public List<String> getIssuingCards()
    • getPaymentIntents

      public List<String> getPaymentIntents()
    • getRadarValueListItems

      public List<String> getRadarValueListItems()
    • getSetupIntents

      public List<String> getSetupIntents()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object