Package com.stripe.model.billingportal
Class Configuration.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration
For more details about Features, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about CustomerUpdate, please refer to the API Reference.static class
For more details about InvoiceHistory, please refer to the API Reference.static class
For more details about PaymentMethodUpdate, please refer to the API Reference.static class
For more details about SubscriptionCancel, please refer to the API Reference.static class
For more details about SubscriptionUpdate, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCustomerUpdate
(Configuration.Features.CustomerUpdate customerUpdate) void
setInvoiceHistory
(Configuration.Features.InvoiceHistory invoiceHistory) void
setPaymentMethodUpdate
(Configuration.Features.PaymentMethodUpdate paymentMethodUpdate) void
setSubscriptionCancel
(Configuration.Features.SubscriptionCancel subscriptionCancel) void
setSubscriptionUpdate
(Configuration.Features.SubscriptionUpdate subscriptionUpdate) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Features
public Features()
-
-
Method Details
-
getCustomerUpdate
-
getInvoiceHistory
-
getPaymentMethodUpdate
-
getSubscriptionCancel
-
getSubscriptionUpdate
-
setCustomerUpdate
-
setInvoiceHistory
-
setPaymentMethodUpdate
-
setSubscriptionCancel
-
setSubscriptionUpdate
-
equals
-
canEqual
-
hashCode
public int hashCode()
-