Click or drag to resize

IOperationServiceUpdateDiscountCard Method

Updates an existing discount card.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDiscountCard UpdateDiscountCard(
	Guid id,
	string ownerName,
	IPriceCategory priceCategory,
	IDiscountType cardDiscountType
)

Parameters

id  Guid
Id of a discount card to update.
ownerName  String
New owner name for a discount card.
priceCategory  IPriceCategory
New price category for a discount card. Cannot be combined with cardDiscountType.
cardDiscountType  IDiscountType
New discount type for a discount card. Cannot be combined with priceCategory.

Return Value

IDiscountCard
See Also