* * * */ class Amazon_FPS_Model_GetTotalPrepaidLiabilityRequest extends Amazon_FPS_Model { /** * Construct new Amazon_FPS_Model_GetTotalPrepaidLiabilityRequest * * @param mixed $data DOMElement or Associative Array to construct from. * * Valid properties: * */ public function __construct($data = null) { $this->_fields = array ( ); parent::__construct($data); } }