Package com.stripe.param.billingportal
Class ConfigurationUpdateParams.Features.Builder
- java.lang.Object
-
- com.stripe.param.billingportal.ConfigurationUpdateParams.Features.Builder
-
- Enclosing class:
- ConfigurationUpdateParams.Features
public static class ConfigurationUpdateParams.Features.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
build
public ConfigurationUpdateParams.Features 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
public ConfigurationUpdateParams.Features.Builder putExtraParam(java.lang.String key, java.lang.Object value)
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
public ConfigurationUpdateParams.Features.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
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.
-
-