Package com.stripe.param.billingportal
Class ConfigurationCreateParams.Features.PaymentMethodUpdate
- java.lang.Object
-
- com.stripe.param.billingportal.ConfigurationCreateParams.Features.PaymentMethodUpdate
-
- Enclosing class:
- ConfigurationCreateParams.Features
public static class ConfigurationCreateParams.Features.PaymentMethodUpdate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationCreateParams.Features.PaymentMethodUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationCreateParams.Features.PaymentMethodUpdate.Builderbuilder()java.lang.BooleangetEnabled()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()
-
-
-
Method Detail
-
builder
public static ConfigurationCreateParams.Features.PaymentMethodUpdate.Builder builder()
-
getEnabled
public java.lang.Boolean getEnabled()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
-