NAME
Business::CPI::Item - Product in the cart
VERSION
version 0.1
DESCRIPTION
This class holds information about the products in a shopping cart.
ATTRIBUTES
id
Unique identifier for this product in your application.
price
The price (in the chosen currency; see "currency" in Business::CPI::Gateway::Base) of one item. This will be multiplied by the quantity.
description
The description or name of the product.
quantity
How many of this product is being bought?
AUTHOR
André Walker <andre@andrewalker.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by André Walker.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.