class AsynchronousResponse extends AbstractResponse

Methods

__construct(string $body)

Initializes the class with the given body XML response

getControl()

Get response control

getAcknowledgement()

Get response acknowledgement

Details

at line line 36
__construct(string $body)

Initializes the class with the given body XML response

Parameters

string $body

Exceptions

IntacctException

in AbstractResponse at line line 83
Control getControl()

Get response control

Return Value

Control

at line line 61
Acknowledgement getAcknowledgement()

Get response acknowledgement

Return Value

Acknowledgement