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 class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method for invoices and subscriptions.Map of extra parameters for custom features not available in this client library.Default settings used on invoices for this customer.int
hashCode()
-
Method Details
-
builder
-
getDefaultPaymentMethod
ID of a payment method that’s attached to the customer, to be used as the customer’s default payment method 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@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. -
getInvoice
Default settings used on invoices for this customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-