Package com.stripe.param.billing
Class CreditGrantCreateParams.Amount.CustomPricingUnit
java.lang.Object
com.stripe.param.billing.CreditGrantCreateParams.Amount.CustomPricingUnit
- Enclosing class:
- CreditGrantCreateParams.Amount
-
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. A positive integer representing the amount of the credit grant.int
hashCode()
-
Method Details
-
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. A positive integer representing the amount of the credit grant. -
equals
-
canEqual
-
hashCode
public int hashCode()
-