Class Product
Describes a product to be sold Some vars effect selling Some are set when receiving a notification
public
|
|
public
|
public
integer
|
$id |
|
#
unique id of this product |
public
string
|
$name |
|
#
name of product |
public
float
|
$amount |
|
#
Cost per item |
public
float
|
$fee |
|
#
total fee paid to paypal for these items Set when received by notification
(ie you received $total- |