Package com.stripe.model.v2.billing
Class Cadence.Settings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.Settings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence
The settings associated with the cadence.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSettings that configure bills generation, which includes calculating totals, tax, and presenting invoices.static classSettings that configure and manage the behavior of collecting payments. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetBill()Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices.Settings that configure and manage the behavior of collecting payments.inthashCode()voidsetBill(Cadence.Settings.Bill bill) Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices.voidsetCollection(Cadence.Settings.Collection collection) Settings that configure and manage the behavior of collecting payments.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getBill
Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices. -
getCollection
Settings that configure and manage the behavior of collecting payments. -
setBill
Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices. -
setCollection
Settings that configure and manage the behavior of collecting payments. -
equals
-
canEqual
-
hashCode
public int hashCode()
-