IShopHelperCreateShop Method (Shop) |
Creates 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 CreateShop(
Shop shop
)
Function CreateShop (
shop As Shop
) As Shop
Shop^ CreateShop(
Shop^ shop
)
abstract CreateShop :
shop : Shop -> Shop
Parameters
- shop
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShop
The shop.
Return Value
Type:
ShopCreated shop.
See Also