Package com.stripe.param.v2.billing
Class CadenceCreateParams.Settings
java.lang.Object
com.stripe.param.v2.billing.CadenceCreateParams.Settings
- Enclosing class:
- CadenceCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
An optional field to specify the version of the Settings to use. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getBill()
Settings that configure bill generation, which includes calculating totals, tax, and presenting invoices.Settings that configure and manage the behavior of collecting payments.Map of extra parameters for custom features not available in this client library.int
hashCode()
-
Method Details
-
builder
-
getBill
Settings that configure bill generation, which includes calculating totals, tax, and presenting invoices. If no setting is provided here, the settings from the customer referenced on the payer will be used. If no customer settings are present, the merchant default settings will be used. -
getCollection
Settings that configure and manage the behavior of collecting payments. If no setting is provided here, the settings from the customer referenced from the payer will be used if they exist. If no customer settings are present, the merchant default settings will be used. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-