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
PrintFiscalChequeBeforePaymentOrderFailed27
CannotPrintOrder28
CannotEditStopList29
OrderBillOperationFailed30
PaymentsProcessingCanceled31
PaymentsProcessingFailed32
BeforeDoChequeOperationFailed33
ChequeTaskProcessorFailed34
CashRegisterOperationFailed35
MoreThanOnePaymentsWithChange36
ChangeSumEqualToPaymentsWithChangeSum37
ChangeSumGreaterThanPaymentsWithChangeSum38
PaymentSumNotEnough39
PaymentSumNotIntegral40
PaymentSumTooLarge41
CashNotEnough42
BillOrderBeforePayment43
SplitOrderBeforePayment44
CookingPlacesWithEmptyStores45
TimePayProductsInOrder46
ChequeSmsSendingNotSupported47
ChequeEmailSendingNotSupported48
ChequeSettlementPlaceNotSupported49
SomeOfCafeSessionsIsClosed50
SomeOrderItemsAlreadyReturned51
StornoOrderFailed52
StornoNotSupported53
OrderStatusIsNotClosed54
OrderCloseAndStornoOnDifferentTerminalNotSupported55
DeliveryOrderStatusIsCanceled56
See Also