__construct()
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_UpdateReportAcknowledgementsResult
Parameters
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
MarketplaceWebService_Model_UpdateReportAcknowledgementsResult
Properties:
withCount(integer $value) : \MarketplaceWebService_Model_UpdateReportAcknowledgementsResult
Sets the value of the Count and returns this instance
| integer | $value | Count |
instance
withReportInfo(\ReportInfo $reportInfoArgs) : \MarketplaceWebService_Model_UpdateReportAcknowledgementsResult
Sets single or multiple values of ReportInfo list via variable number of arguments.
For example, to set the list with two elements, simply pass two values as arguments to this function
withReportInfo($reportInfo1, $reportInfo2)
| \ReportInfo | $reportInfoArgs | one or more ReportInfo |
instance