Represents a billing charge item.
See:
@type t() :: %Dnsimple.Charge.ChargeItem{ amount: Decimal.t(), description: String.t(), product_id: integer() | nil, product_reference: String.t() | nil, product_type: String.t() }