Stripe.Resources.Price.TransformQuantity (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Price.TransformQuantity{
  divide_by: integer() | nil,
  round: String.t() | nil
}
  • divide_by - Divide usage by this number.
  • round - After division, either round the result up or down. Possible values: down, up.