Package com.stripe.param.billingportal
Class ConfigurationUpdateParams.Features
java.lang.Object
com.stripe.param.billingportal.ConfigurationUpdateParams.Features
- Enclosing class:
- ConfigurationUpdateParams
A link to the business’s publicly available terms of service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classAdd all map key/value pairs to `extraParams` map.static classThe Payment Method Configuration to use for this portal session.static class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanInformation 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.inthashCode()
-
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@SerializedNamevalue. 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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-