Package com.stripe.model.v2.billing
Class Intent.CadenceData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Intent.CadenceData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Intent
Data for creating a new Cadence.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe billing cycle configuration for this Cadence.static classInformation about the payer for this Cadence.static classSettings for creating the Cadence. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing cycle configuration for this Cadence.getPayer()Information about the payer for this Cadence.Settings for creating the Cadence.inthashCode()voidsetBillingCycle(Intent.CadenceData.BillingCycle billingCycle) The billing cycle configuration for this Cadence.voidsetPayer(Intent.CadenceData.Payer payer) Information about the payer for this Cadence.voidsetSettings(Intent.CadenceData.Settings settings) Settings for creating the Cadence.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CadenceData
public CadenceData()
-
-
Method Details
-
getBillingCycle
The billing cycle configuration for this Cadence. -
getPayer
Information about the payer for this Cadence. -
getSettings
Settings for creating the Cadence. -
setBillingCycle
The billing cycle configuration for this Cadence. -
setPayer
Information about the payer for this Cadence. -
setSettings
Settings for creating the Cadence. -
equals
-
canEqual
-
hashCode
public int hashCode()
-