IShopHelperGetActiveShopByNameForReseller Method |
Gets the active shop by name 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 GetActiveShopByNameForReseller(
string shopName,
Guid resellerId
)
Function GetActiveShopByNameForReseller (
shopName As String,
resellerId As Guid
) As Shop
Shop^ GetActiveShopByNameForReseller(
String^ shopName,
Guid resellerId
)
abstract GetActiveShopByNameForReseller :
shopName : string *
resellerId : Guid -> Shop
Parameters
- shopName
- Type: SystemString
Name of the shop. - resellerId
- Type: SystemGuid
The reseller identifier.
Return Value
Type:
ShopRequested shop or
null if not found.
See Also