IOperationServiceUpdateDiscountCard Method |
Updates an existing discount card.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIDiscountCard 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