Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Customer.Billing
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Customer.Billing
- Enclosing class:
- AccountUpdateParams.Configuration.Customer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.Map of extra parameters for custom features not available in this client library.Default invoice settings for the customer account.inthashCode()
-
Method Details
-
builder
-
getDefaultPaymentMethod
ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions. -
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@SerializedNamevalue. 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. -
getInvoice
Default invoice settings for the customer account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-