Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Customer
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Customer
- Enclosing class:
- AccountUpdateParams.Configuration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
ID of the invoice rendering template to use for future invoices.static class
To request a new Capability for an account, pass true. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer's invoices, subscriptions, checkout sessions, or payment links.Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions.Capabilities that have been requested on the Customer Configuration.Map of extra parameters for custom features not available in this client library.The customer's shipping information.ID of the test clock to attach to the customer.int
hashCode()
-
Method Details
-
builder
-
getApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
getAutomaticIndirectTax
Automatic indirect tax settings to be used when automatic tax calculation is enabled on the customer's invoices, subscriptions, checkout sessions, or payment links. Surfaces if automatic tax calculation is possible given the current customer location information. -
getBilling
Billing settings - default settings used for this customer in Billing flows such as Invoices and Subscriptions. -
getCapabilities
Capabilities that have been requested on the Customer Configuration. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getShipping
The customer's shipping information. Appears on invoices emailed to this customer. -
getTestClock
ID of the test clock to attach to the customer. Can only be set on testmode Accounts, and when the Customer Configuration is first set on an Account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-