NonSaleActivityActionTypes
Enum
Defines the valid types of Non Sale Activities supported by the EPOS system.
None :
0
None
NoSale :
1
Represents a no sale event. Amount must be 0 for this type of activity
PaidIn :
2
Represents a Paid In. Amount must be non-zero for this type of activity
PaidOut :
3
Represents a Paid Out. Amount must be non-zero for this type of activity
PaymentDeclaration :
4
Represents a single PaymentDeclaration (ie Media Declaration). Amount may be zero, but a valid PaymentType must be assigned to this type of activity.