A nested line item within an Item (e.g. modifiers on a dish).
Item
@type t() :: %Monzo.Receipt.SubItem{ amount: integer(), currency: String.t(), description: String.t(), quantity: number(), tax: integer() | nil, unit: String.t() | nil }