Package com.stripe.model
Class Price.TransformQuantity
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Price.TransformQuantity
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Price
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Divide usage by this number.getRound()
After division, either round the resultup
ordown
.int
hashCode()
void
setDivideBy
(Long divideBy) Divide usage by this number.void
After division, either round the resultup
ordown
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TransformQuantity
public TransformQuantity()
-
-
Method Details
-
getDivideBy
Divide usage by this number. -
getRound
After division, either round the resultup
ordown
.One of
down
, orup
. -
setDivideBy
Divide usage by this number. -
setRound
After division, either round the resultup
ordown
.One of
down
, orup
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-