Click or drag to resize

IEditSessionSetDeliveryCustomerAuthorizedInIikoNet Method

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

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

Parameters

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