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 classFor more details about CustomerUpdate, please refer to the API Reference.static classFor more details about InvoiceHistory, please refer to the API Reference.static classFor more details about PaymentMethodUpdate, please refer to the API Reference.static classFor more details about SubscriptionCancel, please refer to the API Reference.static classFor 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 booleanbooleaninthashCode()voidsetCustomerUpdate(Configuration.Features.CustomerUpdate customerUpdate) voidsetInvoiceHistory(Configuration.Features.InvoiceHistory invoiceHistory) voidsetPaymentMethodUpdate(Configuration.Features.PaymentMethodUpdate paymentMethodUpdate) voidsetSubscriptionCancel(Configuration.Features.SubscriptionCancel subscriptionCancel) voidsetSubscriptionUpdate(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()
-