A product as represented inside a product collection.
Summary
Types
@type t() :: %DodoPayments.ProductCollectionProduct{ addons_count: number() | nil, currency: DodoPayments.Enums.decoded_currency() | nil, description: String.t() | nil, extra: map(), files_count: number() | nil, has_credit_entitlements: boolean() | nil, id: String.t() | nil, is_recurring: boolean() | nil, license_key_enabled: boolean() | nil, meters_count: number() | nil, name: String.t() | nil, price: number() | nil, price_detail: DodoPayments.ResponseTypes.object() | nil, product_id: String.t() | nil, status: boolean() | nil, tax_category: DodoPayments.Enums.decoded_tax_category() | nil, tax_inclusive: boolean() | nil }