Package com.stripe.model.privacy
Class RedactionJob.Objects
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.privacy.RedactionJob.Objects
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- RedactionJob
The objects to redact, grouped by type. All redactable objects associated with these objects
will be redacted as well.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Charge object identifiers usually starting withch_
.CheckoutSession object identifiers starting withcs_
.Customer object identifiers starting withcus_
.Identity VerificationSessions object identifiers starting withvs_
.Invoice object identifiers starting within_
.Issuing Cardholder object identifiers starting withich_
.PaymentIntent object identifiers starting withpi_
.Fraud ValueListItem object identifiers starting withrsli_
.SetupIntent object identifiers starting withseti_
.int
hashCode()
void
setCharges
(List<String> charges) Charge object identifiers usually starting withch_
.void
setCheckoutSessions
(List<String> checkoutSessions) CheckoutSession object identifiers starting withcs_
.void
setCustomers
(List<String> customers) Customer object identifiers starting withcus_
.void
setIdentityVerificationSessions
(List<String> identityVerificationSessions) Identity VerificationSessions object identifiers starting withvs_
.void
setInvoices
(List<String> invoices) Invoice object identifiers starting within_
.void
setIssuingCardholders
(List<String> issuingCardholders) Issuing Cardholder object identifiers starting withich_
.void
setPaymentIntents
(List<String> paymentIntents) PaymentIntent object identifiers starting withpi_
.void
setRadarValueListItems
(List<String> radarValueListItems) Fraud ValueListItem object identifiers starting withrsli_
.void
setSetupIntents
(List<String> setupIntents) SetupIntent object identifiers starting withseti_
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
getCharges
Charge object identifiers usually starting withch_
. -
getCheckoutSessions
CheckoutSession object identifiers starting withcs_
. -
getCustomers
Customer object identifiers starting withcus_
. -
getIdentityVerificationSessions
Identity VerificationSessions object identifiers starting withvs_
. -
getInvoices
Invoice object identifiers starting within_
. -
getIssuingCardholders
Issuing Cardholder object identifiers starting withich_
. -
getPaymentIntents
PaymentIntent object identifiers starting withpi_
. -
getRadarValueListItems
Fraud ValueListItem object identifiers starting withrsli_
. -
getSetupIntents
SetupIntent object identifiers starting withseti_
. -
setCharges
Charge object identifiers usually starting withch_
. -
setCheckoutSessions
CheckoutSession object identifiers starting withcs_
. -
setCustomers
Customer object identifiers starting withcus_
. -
setIdentityVerificationSessions
Identity VerificationSessions object identifiers starting withvs_
. -
setInvoices
Invoice object identifiers starting within_
. -
setIssuingCardholders
Issuing Cardholder object identifiers starting withich_
. -
setPaymentIntents
PaymentIntent object identifiers starting withpi_
. -
setRadarValueListItems
Fraud ValueListItem object identifiers starting withrsli_
. -
setSetupIntents
SetupIntent object identifiers starting withseti_
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-