Click or drag to resize

IEditSessionSetDeliveryCustomerAuthorizedInIikoNet Method

Changes whether delivery customer 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.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void SetDeliveryCustomerAuthorizedInIikoNet(
	IDeliveryStub delivery
)

Parameters

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