Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created February 12, 2013 04:38
Show Gist options
  • Save danveloper/4760281 to your computer and use it in GitHub Desktop.
Save danveloper/4760281 to your computer and use it in GitHub Desktop.
public class Coupon {
String id;
double discountRate;
List<Product.ProductType> appliesTo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment