Click or drag to resize

IOperationServiceStornoPastOrder Method

Storno past order items from a past order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void StornoPastOrder(
	PastOrder pastOrder,
	IPaymentType paymentType,
	IRemovalType removalType,
	IRestaurantSection restaurantSection,
	IOrderType orderType,
	ICredentials credentials,
	ChequeAdditionalInfo chequeAdditionalInfo = null,
	TaxationSystem? taxationSystem = null,
	OrganizationDetailsInfo organizationDetailsInfo = null
)

Parameters

pastOrder  PastOrder
Existing past order to storno.
paymentType  IPaymentType
Payment type to process storno operation. Call GetPaymentTypesToStornoPastOrderItems to get available payment types.
removalType  IRemovalType
Removal type to write off past order items from some account. Call GetRemovalTypesToStornoPastOrderItems to get available removal types.
restaurantSection  IRestaurantSection
Restaurant section.
orderType  IOrderType
Order type.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
chequeAdditionalInfo  ChequeAdditionalInfo  (Optional)
Cheque additional info for russian fiscal payments according to federal law #54.
taxationSystem  NullableTaxationSystem  (Optional)
Taxation system. Call GetTaxationSystemsToStornoPastOrderItems to get available taxation systems.
organizationDetailsInfo  OrganizationDetailsInfo  (Optional)
Organization details informations.
See Also