IShopHelperListAllShopsDetailsByReseller Method |
Lists all shops details by reseller, without items.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax IList<Shop> ListAllShopsDetailsByReseller(
Guid resellerId
)
Function ListAllShopsDetailsByReseller (
resellerId As Guid
) As IList(Of Shop)
IList<Shop^>^ ListAllShopsDetailsByReseller(
Guid resellerId
)
abstract ListAllShopsDetailsByReseller :
resellerId : Guid -> IList<Shop>
Parameters
- resellerId
- Type: SystemGuid
The reseller identifier.
Return Value
Type:
IListShopList of reseller's shops details.
See Also