Click or drag to resize

IEditSessionSetDeliveryCustomerAuthorizedInIikoBiz Method

Changes whether delivery customer is already authorized in iiko.biz. WARNING: use with caution! Illegal value can lead to unsuccessful iiko.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 iiko.biz; that will cause iiko.biz payment failure.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void SetDeliveryCustomerAuthorizedInIikoBiz(
	IDeliveryStub delivery
)

Parameters

delivery
Type: Resto.Front.Api.V4.Editors.StubsIDeliveryStub
Delivery to change
See Also