A priced line within a subscription: id, price_id, quantity.
id
price_id
quantity
@type t() :: %Nombaone.SubscriptionItem{ __raw__: term(), id: term(), price_id: term(), quantity: term() }