IShopHelperUpdateShop Method |
Updates the shop.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Shop UpdateShop(
Shop shop
)
Function UpdateShop (
shop As Shop
) As Shop
Shop^ UpdateShop(
Shop^ shop
)
abstract UpdateShop :
shop : Shop -> Shop
Parameters
- shop
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShop
The shop.
Return Value
Type:
ShopUpdated shop.
See Also