DepositRuleStatus
Available deposit rule statuses.
enum DepositRuleStatus {
ACTIVE
DELETED
}
Values
DepositRuleStatus.ACTIVE
ACTIVE - means the entity is active and available for normal operation. It can be used and processed and displayed as expected.
DepositRuleStatus.DELETED
DELETED - indicates that the entity is deleted and should not be used. It may be displayed but it should never be part of active results or part of business logic unless it actually is to return it to an active state.
Member Of
DepositRule
object