Click or drag to resize

IOperationServiceCreateDiscountCard Method

Creates a new discount card.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDiscountCard CreateDiscountCard(
	string cardNumber,
	string ownerName,
	IPriceCategory priceCategory,
	IDiscountType discountType
)

Parameters

cardNumber  String
Number of discount card.
ownerName  String
Owner name of discount card.
priceCategory  IPriceCategory
Price category. Cannot be combined with discountType.
discountType  IDiscountType
Discount type. Cannot be combined with priceCategory.

Return Value

IDiscountCard
See Also