Click or drag to resize

AccountsHelperListAccountsForReminder Method

Lists the accounts for reminder.

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<Account> ListAccountsForReminder(
	DateTime now,
	DateTime dateLimit,
	string taskType
)

Parameters

now
Type: SystemDateTime
The now.
dateLimit
Type: SystemDateTime
The date limit.
taskType
Type: SystemString
Type of the task.

Return Value

Type: ListAccount

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.AccountsHelper.ListAccountsForReminder(System.DateTime,System.DateTime,System.String)"]

See Also