Click or drag to resize

AzureHelperGetResellerIds Method

Gets the list of reseller ids to use for markup and reseller id for rate card as out parameters.

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 void GetResellerIds(
	Account account,
	List<Guid> markupResellerIds,
	List<Guid> rateCardResellerIds,
	out List<Guid> markupResellerIdsToUse,
	out Guid rateCardResellerId
)

Parameters

account
Type: Account
Account of interest
markupResellerIds
Type: System.Collections.GenericListGuid
List of resellers that have markup
rateCardResellerIds
Type: System.Collections.GenericListGuid
List of resellers that have rate cards
markupResellerIdsToUse
Type: System.Collections.GenericListGuid
Return param, list of reseller ids for markup
rateCardResellerId
Type: SystemGuid
Return param, rate card reseller id
Exceptions
ExceptionCondition
Exception
See Also