IOperationServiceCreateDiscountCard Method |
Creates a new discount card.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIDiscountCard 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