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