new CloseoutResponseMessage()
Extends
Methods
(static) CloseoutResponseMessage#getBatch() → {payments.Batch}
Get the field value
The closeout info.
Returns:
- Type
- payments.Batch
(static) CloseoutResponseMessage#getReason() → {String}
Get the field value
Detail information.
Returns:
- Type
- String
(static) CloseoutResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
The status of the request.
Returns:
(static) CloseoutResponseMessage#setBatch(batch)
Set the field value
The closeout info.
Parameters:
Name | Type | Description |
---|---|---|
batch |
payments.Batch |
(static) CloseoutResponseMessage#setReason(reason)
Set the field value
Detail information.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) CloseoutResponseMessage#setStatus(status)
Set the field value
The status of the request.
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |