Package com.stripe.param.v2.billing
Class ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit
java.lang.Object
com.stripe.param.v2.billing.ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit
- Enclosing class:
- ActionServiceCreateParams.CreditGrantPerTenant.Amount
public static class ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.getId()
Required. The id of the custom pricing unit.getValue()
Required. The value of the credit grant, decimal value represented as a string.int
hashCode()
-
Method Details
-
builder
public static ActionServiceCreateParams.CreditGrantPerTenant.Amount.CustomPricingUnit.Builder builder() -
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. -
getId
Required. The id of the custom pricing unit. -
getValue
Required. The value of the credit grant, decimal value represented as a string. -
equals
-
canEqual
-
hashCode
public int hashCode()
-