IShopHelperGetDefaultShopForReseller Method |
Gets the default shop for reseller.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Shop GetDefaultShopForReseller(
Guid resellerId
)
Function GetDefaultShopForReseller (
resellerId As Guid
) As Shop
Shop^ GetDefaultShopForReseller(
Guid resellerId
)
abstract GetDefaultShopForReseller :
resellerId : Guid -> Shop
Parameters
- resellerId
- Type: SystemGuid
The reseller identifier.
Return Value
Type:
ShopRequested shop or
null if not found.
See Also