Skip to content

Instantly share code, notes, and snippets.

@avegaraju
Last active September 24, 2018 22:12
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 avegaraju/252c9d48dbb459594054edc01420786b to your computer and use it in GitHub Desktop.
Save avegaraju/252c9d48dbb459594054edc01420786b to your computer and use it in GitHub Desktop.
public class Order
{
public OrderId Order{get;}
public Option<String> DiscountCode {get;}
//Constructor and other properies removed for brevity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment