class AbstractResponse

Methods

__construct(string $body)

Initializes the class with the given body XML response

getControl()

Get response control

Details

at line line 42
__construct(string $body)

Initializes the class with the given body XML response

Parameters

string $body

Exceptions

IntacctException
ResponseException

at line line 83
Control getControl()

Get response control

Return Value

Control