Click or drag to resize

IEditSessionChangeClientCardNumber Method

Changes client card number

Namespace:  Resto.Front.Api.V5.Editors
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void ChangeClientCardNumber(
	string cardNumber,
	IClientStub client,
	IPriceCategory priceCategory,
	IDiscountType cardDiscountType
)

Parameters

cardNumber
Type: SystemString
new card number of client
client
Type: Resto.Front.Api.V5.Editors.StubsIClientStub
Changing client
priceCategory
Type: Resto.Front.Api.V5.Data.OrdersIPriceCategory
Price category.
cardDiscountType
Type: Resto.Front.Api.V5.Data.OrdersIDiscountType
Discount type.
See Also