ProcessAffiliate

Description

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:

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Mark Garrett

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<invoiceID><!-- None --></invoiceID>
			<packages>
				<packageID><!-- None --></packageID>
			</packages>
		</params>
	</mbapi>

		

Example Response

None
		

Request Elements

mbapi
Type
None
Description
None
Children
command
Type
None
Description
None
showXMLHeader
Type
None
Description
None
params
Type
None
Description
None
Children
invoiceID
Type
None
Description
None
packages
Type
None
Description
None
Children
packageID
Type
None
Description
None

Response Elements

None