A product inventory unit (SKU).
@type t() :: %Rapyd.Types.SKU{ active: boolean(), attributes: map() | nil, created_at: integer(), currency: String.t(), id: String.t(), inventory: map() | nil, metadata: map() | nil, price: float(), product: String.t() }