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