GetPaymentQueueTotals

Description

This class is an instantion of the Command class, that executes a command pertaining to fetching payment information, in the default case from the database. 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 GetPaymentQueue command:

Attributes

package
modernbill
subpackage
mbapi
version
0.1
author
Kris Bailey

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<paymentDateChargedGreaterThan><!-- None --></paymentDateChargedGreaterThan>
		</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
paymentDateChargedGreaterThan
Type
None
Description
None

Response Elements

None