Stripe.Params.Billing.MeterCreateParams.DefaultAggregation
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Billing.MeterCreateParams.DefaultAggregation{ formula: String.t() | nil }
formula- Specifies how events are aggregated. Allowed values arecountto count the number of events,sumto sum each event's value andlastto take the last event's value in the window. Possible values:count,last,sum.