Skip to content

Instantly share code, notes, and snippets.

@mohammadali66
Created September 13, 2022 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohammadali66/efadbbad9c6a66deb5b20940e62edf08 to your computer and use it in GitHub Desktop.
Save mohammadali66/efadbbad9c6a66deb5b20940e62edf08 to your computer and use it in GitHub Desktop.
@dataclass(frozen=True)
class OrderLine:
orderid: OrderReference
sku: ProductReference
qty: Quantity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment