A localized product-price rule.
Summary
Types
@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 }