alias Stripe::PriceTransformQuantity
Overview
Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with tiers
.
Alias Definition
Stripe::TransformQuantity
Defined in:
stripe/models/price_transform_quantity.crConstant Summary
-
ERROR_MESSAGE_FOR_ROUND =
"invalid value for \"round\", must be one of [down, up]."
-
VALID_VALUES_FOR_ROUND =
String.static_array("down", "up")