Package com.stripe.param.v2.billing
Class ActionServiceCreateParams.CreditGrant
java.lang.Object
com.stripe.param.v2.billing.ActionServiceCreateParams.CreditGrant
- Enclosing class:
- ActionServiceCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
The price type that credit grants can apply to. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The amount of the credit grant.Required. Defines the scope where the credit grant is applicable.Required. The expiry configuration for the credit grant.Map of extra parameters for custom features not available in this client library.getName()
Required. A descriptive name shown in dashboard.int
hashCode()
-
Method Details
-
builder
-
getAmount
Required. The amount of the credit grant. -
getApplicabilityConfig
Required. Defines the scope where the credit grant is applicable. -
getExpiryConfig
Required. The expiry configuration for the credit grant. -
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. -
getName
Required. A descriptive name shown in dashboard. -
equals
-
canEqual
-
hashCode
public int hashCode()
-