Class: CloseoutResponseMessage

remotemessage.CloseoutResponseMessage()

new CloseoutResponseMessage()

Source:

Extends

Methods

(static) CloseoutResponseMessage#getBatch() → {payments.Batch}

Get the field value The closeout info.
Source:
Returns:
Type
payments.Batch

(static) CloseoutResponseMessage#getReason() → {String}

Get the field value Detail information.
Source:
Returns:
Type
String

(static) CloseoutResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value The status of the request.
Source:
Returns:
Type
remotemessage.ResultStatus

(static) CloseoutResponseMessage#setBatch(batch)

Set the field value The closeout info.
Parameters:
Name Type Description
batch payments.Batch
Source:

(static) CloseoutResponseMessage#setReason(reason)

Set the field value Detail information.
Parameters:
Name Type Description
reason String
Source:

(static) CloseoutResponseMessage#setStatus(status)

Set the field value The status of the request.
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: