Package com.stripe.param.v2.billing
Class ActionServiceCreateParams.CreditGrantPerTenant.Amount
java.lang.Object
com.stripe.param.v2.billing.ActionServiceCreateParams.CreditGrantPerTenant.Amount
- Enclosing class:
- ActionServiceCreateParams.CreditGrantPerTenant
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
Required. The value of the credit grant, decimal value represented as a string. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The custom pricing unit amount of the credit grant.Map of extra parameters for custom features not available in this client library.The monetary amount of the credit grant.getType()
Required. The type of the credit grant amount.int
hashCode()
-
Method Details
-
builder
-
getCustomPricingUnit
public ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit getCustomPricingUnit()The custom pricing unit amount of the credit grant. Required iftype
iscustom_pricing_unit
. -
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. -
getMonetary
The monetary amount of the credit grant. Required iftype
ismonetary
. -
getType
Required. The type of the credit grant amount. We currently supportmonetary
andcustom_pricing_unit
billing credits. -
equals
-
canEqual
-
hashCode
public int hashCode()
-