Package com.stripe.model.billingportal
Class Configuration.Features.CustomerUpdate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.CustomerUpdate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Features
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The types of customer updates that are supported.Whether the feature is enabled.int
hashCode()
void
setAllowedUpdates
(List<String> allowedUpdates) The types of customer updates that are supported.void
setEnabled
(Boolean enabled) Whether the feature is enabled.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerUpdate
public CustomerUpdate()
-
-
Method Details
-
getAllowedUpdates
The types of customer updates that are supported. When empty, customers are not updateable. -
getEnabled
Whether the feature is enabled. -
setAllowedUpdates
The types of customer updates that are supported. When empty, customers are not updateable. -
setEnabled
Whether the feature is enabled. -
equals
-
canEqual
-
hashCode
public int hashCode()
-