Class: CloseoutRequestMessage

remotemessage.CloseoutRequestMessage()

new CloseoutRequestMessage()

Source:

Extends

Methods

(static) CloseoutRequestMessage#getAllowOpenTabs() → {Boolean}

Get the field value If true then open tabs can still be closed out.
Source:
Returns:
Type
Boolean

(static) CloseoutRequestMessage#getBatchId() → {String}

Get the field value Reserved for future use. Specifies the batch to close.
Source:
Returns:
Type
String

(static) CloseoutRequestMessage#setAllowOpenTabs(allowOpenTabs)

Set the field value If true then open tabs can still be closed out.
Parameters:
Name Type Description
allowOpenTabs Boolean
Source:

(static) CloseoutRequestMessage#setBatchId(batchId)

Set the field value Reserved for future use. Specifies the batch to close.
Parameters:
Name Type Description
batchId String
Source: