AccountsHelperListCustomersForPeriodicInvoicing Method |
Lists the customers with next invoice dates 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<AccountDetails> ListCustomersForPeriodicInvoicing()
Public Shared Function ListCustomersForPeriodicInvoicing As List(Of AccountDetails)
public:
static List<AccountDetails^>^ ListCustomersForPeriodicInvoicing()
static member ListCustomersForPeriodicInvoicing : unit -> List<AccountDetails>
Return Value
Type:
ListAccountDetailsList of account details.
See Also