IShopHelperDeleteShopItem Method |
Deletes existing shop item.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax void DeleteShopItem(
Guid shopItemId
)
Sub DeleteShopItem (
shopItemId As Guid
)
void DeleteShopItem(
Guid shopItemId
)
abstract DeleteShopItem :
shopItemId : Guid -> unit
Parameters
- shopItemId
- Type: SystemGuid
The shop item identifier.
See Also