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
)
Public Shared Sub GetResellerIds (
account As Account,
markupResellerIds As List(Of Guid),
rateCardResellerIds As List(Of Guid),
<OutAttribute> ByRef markupResellerIdsToUse As List(Of Guid),
<OutAttribute> ByRef rateCardResellerId As Guid
)
public:
static void GetResellerIds(
Account^ account,
List<Guid>^ markupResellerIds,
List<Guid>^ rateCardResellerIds,
[OutAttribute] List<Guid>^% markupResellerIdsToUse,
[OutAttribute] Guid% rateCardResellerId
)
static member GetResellerIds :
account : Account *
markupResellerIds : List<Guid> *
rateCardResellerIds : List<Guid> *
markupResellerIdsToUse : List<Guid> byref *
rateCardResellerId : Guid byref -> unit
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 See Also