Package com.stripe.param.billingportal
Class ConfigurationCreateParams.Features
java.lang.Object
com.stripe.param.billingportal.ConfigurationCreateParams.Features
- Enclosing class:
- ConfigurationCreateParams
A link to the business’s publicly available terms of service.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Information about updating the customer details in the portal.Map of extra parameters for custom features not available in this client library.Information about showing the billing history in the portal.Information about updating payment methods in the portal.Information about canceling subscriptions in the portal.Information about updating subscriptions in the portal.
-
Method Details
-
builder
-
getCustomerUpdate
Information about updating the customer details in the portal. -
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. -
getInvoiceHistory
Information about showing the billing history in the portal. -
getPaymentMethodUpdate
Information about updating payment methods in the portal. -
getSubscriptionCancel
Information about canceling subscriptions in the portal. -
getSubscriptionUpdate
Information about updating subscriptions in the portal.
-