StripeElixir.Params.Billing.MeterUpdateParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for meter update.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Billing.MeterUpdateParams{
  display_name: String.t() | nil,
  expand: [String.t()] | nil
}
  • display_name - The meter’s name. Not visible to the customer. Max length: 250.
  • expand - Specifies which fields in the response should be expanded.