Package com.stripe.param.v2.billing
Class CadenceCreateParams.Payer
java.lang.Object
com.stripe.param.v2.billing.CadenceCreateParams.Payer
- Enclosing class:
- CadenceCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The ID of the Billing Profile object which determines how a bill will be paid.The ID of the Customer object.Map of extra parameters for custom features not available in this client library.getType()
A string identifying the type of the payer.int
hashCode()
-
Method Details
-
builder
-
getBillingProfile
The ID of the Billing Profile object which determines how a bill will be paid. If provided, the created cadence will be associated with the provided Billing Profile. If not provided, a new Billing Profile will be created and associated with the cadence. -
getCustomer
The ID of the Customer object. -
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. -
getType
A string identifying the type of the payer. Currently the only supported value iscustomer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-