Click or drag to resize

IEditSessionSetDeliveryCustomerAuthorizedInIikoBiz Method

Changes whether the client is already authorized in Syrve.biz. WARNING: use with caution! Illegal value can lead to unsuccessful Syrve.biz operations. Do NOT set this property to 'true' if you are not sure that all authorization properties are correct and customer is registered in Syrve.biz; that will cause Syrve.biz payment failure.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void SetDeliveryCustomerAuthorizedInIikoBiz(
	IDeliveryOrderStub order
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also