Package com.stripe.param.billingportal
Class ConfigurationUpdateParams.Features.Builder
java.lang.Object
com.stripe.param.billingportal.ConfigurationUpdateParams.Features.Builder
- Enclosing class:
- ConfigurationUpdateParams.Features
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setCustomerUpdate
(ConfigurationUpdateParams.Features.CustomerUpdate customerUpdate) Information about updating the customer details in the portal.setInvoiceHistory
(ConfigurationUpdateParams.Features.InvoiceHistory invoiceHistory) Information about showing the billing history in the portal.setPaymentMethodUpdate
(ConfigurationUpdateParams.Features.PaymentMethodUpdate paymentMethodUpdate) Information about updating payment methods in the portal.setSubscriptionCancel
(ConfigurationUpdateParams.Features.SubscriptionCancel subscriptionCancel) Information about canceling subscriptions in the portal.setSubscriptionUpdate
(ConfigurationUpdateParams.Features.SubscriptionUpdate subscriptionUpdate) Information about updating subscriptions in the portal.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCustomerUpdate
public ConfigurationUpdateParams.Features.Builder setCustomerUpdate(ConfigurationUpdateParams.Features.CustomerUpdate customerUpdate) Information about updating the customer details in the portal. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationUpdateParams.Features.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeConfigurationUpdateParams.Features.extraParams
for the field documentation. -
setInvoiceHistory
public ConfigurationUpdateParams.Features.Builder setInvoiceHistory(ConfigurationUpdateParams.Features.InvoiceHistory invoiceHistory) Information about showing the billing history in the portal. -
setPaymentMethodUpdate
public ConfigurationUpdateParams.Features.Builder setPaymentMethodUpdate(ConfigurationUpdateParams.Features.PaymentMethodUpdate paymentMethodUpdate) Information about updating payment methods in the portal. -
setSubscriptionCancel
public ConfigurationUpdateParams.Features.Builder setSubscriptionCancel(ConfigurationUpdateParams.Features.SubscriptionCancel subscriptionCancel) Information about canceling subscriptions in the portal. -
setSubscriptionUpdate
public ConfigurationUpdateParams.Features.Builder setSubscriptionUpdate(ConfigurationUpdateParams.Features.SubscriptionUpdate subscriptionUpdate) Information about updating subscriptions in the portal.
-