Package com.stripe.param.v2.billing
Class ActionServiceCreateParams.CreditGrantPerTenant
java.lang.Object
com.stripe.param.v2.billing.ActionServiceCreateParams.CreditGrantPerTenant
- Enclosing class:
- ActionServiceCreateParams
Required. The type of the expiry configuration. We currently support
end_of_service_period
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
The price type that credit grants can apply to.static class
-
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.Required. The grant condition for the credit grant.getName()
Required. Customer-facing name for the credit grant.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. -
getGrantCondition
Required. The grant condition for the credit grant. -
getName
Required. Customer-facing name for the credit grant. -
equals
-
canEqual
-
hashCode
public int hashCode()
-