Click or drag to resize

IOperationServiceStornoPastOrderItems Method

Storno arbitrary past order items selected by user.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void StornoPastOrderItems(
	IReadOnlyList<PastOrderItem> items,
	IPaymentType paymentType,
	IRemovalType removalType,
	IRestaurantSection restaurantSection,
	IOrderType orderType,
	ICredentials credentials,
	ChequeAdditionalInfo chequeAdditionalInfo = null,
	TaxationSystem? taxationSystem = null,
	OrganizationDetailsInfo organizationDetailsInfo = null
)

Parameters

items  IReadOnlyListPastOrderItem
Arbitrary past order items 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