DodoPayments.LocalizedPrice (dodo_payments v0.1.0)

Copy Markdown View Source

A localized product-price rule.

Summary

Types

t()

@type t() :: %DodoPayments.LocalizedPrice{
  amount: number() | nil,
  country_code: DodoPayments.Enums.decoded_country_code() | nil,
  created_at: String.t() | nil,
  currency: DodoPayments.Enums.decoded_currency() | nil,
  extra: map(),
  id: String.t() | nil,
  mode: DodoPayments.Enums.decoded_pricing_mode() | nil,
  product_id: String.t() | nil,
  updated_at: String.t() | nil
}