Class RedactionJob.Objects

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.privacy.RedactionJob.Objects
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
RedactionJob

public static class RedactionJob.Objects extends StripeObject
The objects to redact, grouped by type. All redactable objects associated with these objects will be redacted as well.
  • Constructor Details

    • Objects

      public Objects()
  • Method Details

    • getCharges

      public List<String> getCharges()
      Charge object identifiers usually starting with ch_.
    • getCheckoutSessions

      public List<String> getCheckoutSessions()
      CheckoutSession object identifiers starting with cs_.
    • getCustomers

      public List<String> getCustomers()
      Customer object identifiers starting with cus_.
    • getIdentityVerificationSessions

      public List<String> getIdentityVerificationSessions()
      Identity VerificationSessions object identifiers starting with vs_.
    • getInvoices

      public List<String> getInvoices()
      Invoice object identifiers starting with in_.
    • getIssuingCardholders

      public List<String> getIssuingCardholders()
      Issuing Cardholder object identifiers starting with ich_.
    • getPaymentIntents

      public List<String> getPaymentIntents()
      PaymentIntent object identifiers starting with pi_.
    • getRadarValueListItems

      public List<String> getRadarValueListItems()
      Fraud ValueListItem object identifiers starting with rsli_.
    • getSetupIntents

      public List<String> getSetupIntents()
      SetupIntent object identifiers starting with seti_.
    • setCharges

      public void setCharges(List<String> charges)
      Charge object identifiers usually starting with ch_.
    • setCheckoutSessions

      public void setCheckoutSessions(List<String> checkoutSessions)
      CheckoutSession object identifiers starting with cs_.
    • setCustomers

      public void setCustomers(List<String> customers)
      Customer object identifiers starting with cus_.
    • setIdentityVerificationSessions

      public void setIdentityVerificationSessions(List<String> identityVerificationSessions)
      Identity VerificationSessions object identifiers starting with vs_.
    • setInvoices

      public void setInvoices(List<String> invoices)
      Invoice object identifiers starting with in_.
    • setIssuingCardholders

      public void setIssuingCardholders(List<String> issuingCardholders)
      Issuing Cardholder object identifiers starting with ich_.
    • setPaymentIntents

      public void setPaymentIntents(List<String> paymentIntents)
      PaymentIntent object identifiers starting with pi_.
    • setRadarValueListItems

      public void setRadarValueListItems(List<String> radarValueListItems)
      Fraud ValueListItem object identifiers starting with rsli_.
    • setSetupIntents

      public void setSetupIntents(List<String> setupIntents)
      SetupIntent object identifiers starting with seti_.
    • 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