Name | Type | Description |
---|---|---|
branchId | String | The branch’s ID |
drawerId | String | The ID of drawer to be assigned. |
userId | String | The target user’s ID. |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
location | String | The drawer’s location |
type | String | The drawer’s type (STD, VLT, etc.) |
currencyCode | int | The number of reserve trays. |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Detailed description: Set the specified drawer’s state to ASSIGNED for a specific date.
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
eodDate | Calendar | The business date when drawer’s state changed. |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
Type | Description |
---|---|
List<CashDrawer> | The specific branch’s drawer list. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
userId | String | The user ID |
Type | Description |
---|---|
List<CashDrawer> | The specific user’s drawer list. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
DenoAmounts | The amount with denomination detail. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
CashDrawer | The drawer with the specific id. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
DenoAmounts | The amount with denomination detail. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
DenoAmounts | The amount with denomination detail. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
Map<String, CDTotal> | The map with the total type as key, and CDTotal as value. |
Type | Description |
---|---|
CashDrawerManagementException | The drawer does not exist. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
userId | String | The user ID |
date | Calendar | The business date |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException | There is no drawer assigned to the user. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
newLocation | String | The new location |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException | The drawer does not exist. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
List<CashTray> | The unsettled tray list of specific drawer. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
trayType | String | The tray’s type |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException | The tray does not exist. |
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
fromTrayType | String | The from tray’s type |
toTrayType | String | The to tray’s type |
amounts | DenoAmounts | The amount to be transferred |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|
Name | Type | Description |
---|---|---|
branchId | String | The branch ID |
drawerId | String | The drawer ID |
txnCode | String | Transaction code |
amount | DenoAmounts | The transaction amount with denomination detail. |
Type | Description |
---|---|
void |
Type | Description |
---|---|
CashDrawerManagementException |
|