IOperationServiceRegisterPaymentSystem Method |
Registers payment system.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIDisposable RegisterPaymentSystem(
IPaymentProcessor paymentProcessor,
bool canProcessPaymentReturnWithoutOrder = false,
FiscalPaymentTypeGroup fiscalPaymentTypeGroup = FiscalPaymentTypeGroup.Default
)
Parameters
- paymentProcessor IPaymentProcessor
-
Payment plugin paymentProcessor.
- canProcessPaymentReturnWithoutOrder Boolean (Optional)
-
Can process payment return without order.
- fiscalPaymentTypeGroup FiscalPaymentTypeGroup (Optional)
-
Puts the registered payment system to specified group overriding its payment group value.
Return Value
IDisposable
See Also