Skip to content

Instantly share code, notes, and snippets.

@jjhesk
Created February 8, 2017 09:23
Show Gist options
  • Select an option

  • Save jjhesk/614ee4df914067f91935a692d17c86b7 to your computer and use it in GitHub Desktop.

Select an option

Save jjhesk/614ee4df914067f91935a692d17c86b7 to your computer and use it in GitHub Desktop.
String key;
String stock_full_id;
String state;
/**
* suggested by the artist or the seller
*/
String currency;
/**
* suggested by the artist or the seller
*/
int baseprice;
/**
* the most currency updated market price suggested by the system
*/
int price;
/**
* rational updated by the equations
*/
String estprice;
int license_price;
int print_limit;
float factory_shared;
float printed_shared;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment