Class CartProduct
Describes a product to be sold Some vars effect selling Some are set when receiving a notification
- mcfedr\Paypal\Products\Product
- mcfedr\Paypal\Products\CartProduct
public
|
|
public
|
public
integer
|
$quantity |
|
#
quanitity of product to sell |
public
float
|
$handling |
|
#
overall handling fee for these items |
public
float
|
$discount |
|
#
discount given for all these items |
public
float
|
$tax |
|
#
tax for all these items |
public
float
|
$shipping |
|
#
cost of shipping the first of these items |
public
float
|
$shipping2 |
|
#
cost of shipping further items |
public
float
|
$weight |
|
#
weight of this item if your account is setup to use weight base shipping |
public
float
|
$total |
|
#
total amount paid for these items Set when received by notification |
public
float
|
$shippingTotal |
|
#
total amount of shipping paid for these items Set when received by notification |
$amount,
$fee,
$id,
$name
|