alias Stripe::PlanTransformUsage
Overview
Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with tiers
.
Alias Definition
Stripe::TransformUsage
Defined in:
stripe/models/plan_transform_usage.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")