AccountsHelperListResellersGuidForPeriodicInvoicing Method |
Lists the resellers unique identifier for periodic invoicing.
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 List<Guid> ListResellersGuidForPeriodicInvoicing()
Public Shared Function ListResellersGuidForPeriodicInvoicing As List(Of Guid)
public:
static List<Guid>^ ListResellersGuidForPeriodicInvoicing()
static member ListResellersGuidForPeriodicInvoicing : unit -> List<Guid>
Return Value
Type:
ListGuidList of unique identifiers.
See Also