Share via


CashDepositAction Enum

Definition

Enumerates the possible ways to deal with deposited cash.

public enum CashDepositAction
type CashDepositAction = 
Public Enum CashDepositAction
Inheritance
CashDepositAction

Fields

Name Value Description
Change 1

The deposited amount is greater than the amount required.

NoChange 2

The deposited amount is equal to or less than the amount required.

Repay 3

The deposit is to be repaid through the cash deposit exit or the cash payment exit.

Applies to