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 classstatic classstatic enumRequired. The value of the credit grant, decimal value represented as a string. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe 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.inthashCode()
-
Method Details
-
builder
-
getCustomPricingUnit
public ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit getCustomPricingUnit()The custom pricing unit amount of the credit grant. Required iftypeiscustom_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@SerializedNamevalue. 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 iftypeismonetary. -
getType
Required. The type of the credit grant amount. We currently supportmonetaryandcustom_pricing_unitbilling credits. -
equals
-
canEqual
-
hashCode
public int hashCode()
-