responseDescription property

String? responseDescription
getter/setter pair

Response description is an acknowledgment message from the API that gives the status of the request submission usually maps to a specific ResponseCode value. It can be a Success submission message or an error description.

Implementation

String? responseDescription;