summaryrefslogtreecommitdiff
path: root/icclient/product.h
blob: e95404fb0057c7662063055f58e0fe38066d3f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ICCLIENT_PRODUCT_H
#define ICCLIENT_PRODUCT_H

struct icclient_product {
	char *sku;
	char *description;
	char *comment;
	char *image;
	double price;
	char *prod_group;
	double weight;
	char *author;
};

#endif // ICCLIENT_PRODUCT_H