Click or drag to resize

CustomerReminderHelperGetCustomerReminder Method

Gets the customer 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 CustomerReminder GetCustomerReminder(
	string reminderName
)

Parameters

reminderName
Type: SystemString
The name.

Return Value

Type: CustomerReminder

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.CustomerReminderHelper.GetCustomerReminder(System.String)"]

See Also