Created
February 8, 2017 09:23
-
-
Save jjhesk/614ee4df914067f91935a692d17c86b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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