This class is an instantion of the Command class, that executes a command pertaining connecting to affiliates, and passing them data to perform actions such as charge. This class should only be instantiated by dispatchMBAPI() found in include/mbapi/mbapi.php. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the ProcessAffiliates command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <invoiceID><!-- None --></invoiceID> <packages> <packageID><!-- None --></packageID> </packages> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
invoiceID
packages
packageID