. */ /** * Price * * This file contains the class AmazonProduct_Price * * @author Matthew John Denton * @package com.mdbitz.amazon.product */ /** * AmazonProduct_Price defines the Price object * * Properties * * * @package com.mdbitz.amazon.product */ class AmazonProduct_Price extends AmazonProduct_Abstract { }