new CloseoutRequest()
- Source:
Extends
Methods
(static) CloseoutRequest#getAllowOpenTabs() → {Boolean}
Get the field value
Allow closeout if there are open tabs
- Source:
Returns:
- Type
- Boolean
(static) CloseoutRequest#getBatchId() → {String}
Get the field value
The batch id to close out. If omitted, then the default current batch is used.
- Source:
Returns:
- Type
- String
(static) CloseoutRequest#setAllowOpenTabs(allowOpenTabs)
Set the field value
Allow closeout if there are open tabs
Parameters:
Name | Type | Description |
---|---|---|
allowOpenTabs |
Boolean |
- Source:
(static) CloseoutRequest#setBatchId(batchId)
Set the field value
The batch id to close out. If omitted, then the default current batch is used.
Parameters:
Name | Type | Description |
---|---|---|
batchId |
String |
- Source: