Package com.stripe.model.v2.billing
Class ServiceAction.CreditGrantPerTenant
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.ServiceAction.CreditGrantPerTenant
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ServiceAction
Details for the credit grant per tenant. Provided only if
type
is
"credit_grant_per_tenant".-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The amount of the credit grant.static class
Defines the scope where the credit grant is applicable.static class
The expiry configuration for the credit grant. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getName()
int
hashCode()
void
void
setApplicabilityConfig
(ServiceAction.CreditGrantPerTenant.ApplicabilityConfig applicabilityConfig) void
setCategory
(String category) void
void
void
setPriority
(Long priority) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CreditGrantPerTenant
public CreditGrantPerTenant()
-
-
Method Details
-
getAmount
-
getApplicabilityConfig
-
getCategory
-
getExpiryConfig
-
getName
-
getPriority
-
setAmount
-
setApplicabilityConfig
public void setApplicabilityConfig(ServiceAction.CreditGrantPerTenant.ApplicabilityConfig applicabilityConfig) -
setCategory
-
setExpiryConfig
-
setName
-
setPriority
-
equals
-
canEqual
-
hashCode
public int hashCode()
-