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
)
Public Shared Function ListAccountsForReminder (
now As DateTime,
dateLimit As DateTime,
taskType As String
) As List(Of Account)
public:
static List<Account^>^ ListAccountsForReminder(
DateTime now,
DateTime dateLimit,
String^ taskType
)
static member ListAccountsForReminder :
now : DateTime *
dateLimit : DateTime *
taskType : string -> List<Account>
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