AccountsHelperListResellersWithCustomPrices Method |
Lists the resellers with custom prices.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static IList<Guid> ListResellersWithCustomPrices(
Guid rootAccountId
)
Public Shared Function ListResellersWithCustomPrices (
rootAccountId As Guid
) As IList(Of Guid)
public:
static IList<Guid>^ ListResellersWithCustomPrices(
Guid rootAccountId
)
static member ListResellersWithCustomPrices :
rootAccountId : Guid -> IList<Guid>
Parameters
- rootAccountId
- Type: SystemGuid
[Missing <param name="rootAccountId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.AccountsHelper.ListResellersWithCustomPrices(System.Guid)"]
Return Value
Type:
IListGuidList of reseller accounts that have own prices.
See Also