Click or drag to resize

PaymentActionFailedExceptionReason Enumeration

Reason for throwing PaymentActionFailedException.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public enum PaymentActionFailedExceptionReason
Members
  Member nameValueDescription
OrderNotFound0
CannotLockOrder1
OrderStatusIsNotOpened2
BanquetOrderNotSupported3
DeliveryOrderStatusIsUnconfirmed4
DeliveryOrderHasPurchases5
DeliveryOrderPrepayAndCloseOnDifferentTerminalNotSupported6
PayInTypeIsIncorrect7
PayOutTypeIsIncorrect8
PayOutOnUserFailed9
CafeSessionNotFound10
CashRegisterNotFound11
OnlyVirtualCashRegisterForPurchasesSupported12
UserNotFound13
UserPersonalSessionNotOpened14
NoUserPermissionsToAcceptingPayments15
NoUserPermissionsToPayAsWaiter16
NoUserPermissionsToPayOthersOrder17
NoUserPermissionsToApprovePointsAccural18
UserCashDrawerNotFound19
PaymentTypeNotSpecified20
PaymentTypeNotConfigured21
UncombinablePaymentTypes22
UncombinablePaymentTypesFiscalNonFiscal23
AutomaticPaymentTypeNotFound24
NotProcessedNotSilentPaymentsNotSupported25
PayOrderFailed26
CannotPrintOrder27
CannotEditStopList28
OrderBillOperationFailed29
PaymentsProcessingCanceled30
PaymentsProcessingFailed31
BeforeDoChequeOperationFailed32
ChequeTaskProcessorFailed33
CashRegisterOperationFailed34
MoreThanOnePaymentsWithChange35
ChangeSumEqualToPaymentsWithChangeSum36
ChangeSumGreaterThanPaymentsWithChangeSum37
PaymentSumNotEnough38
PaymentSumNotIntegral39
PaymentSumTooLarge40
CashNotEnough41
BillOrderBeforePayment42
SplitOrderBeforePayment43
CookingPlacesWithEmptyStores44
TimePayProductsInOrder45
ChequeSmsSendingNotSupported46
ChequeEmailSendingNotSupported47
ChequeSettlementPlaceNotSupported48
SomeOfCafeSessionsIsClosed49
SomeOrderItemsAlreadyReturned50
StornoOrderFailed51
StornoNotSupported52
OrderStatusIsNotClosed53
OrderCloseAndStornoOnDifferentTerminalNotSupported54
DeliveryOrderStatusIsCanceled55
See Also