InvoiceReminderSendOnPreviousWorkingDay Property |
Gets or sets a value indicating whether [send on previous working day].
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool SendOnPreviousWorkingDay { get; set; }
Public Property SendOnPreviousWorkingDay As Boolean
Get
Set
public:
property bool SendOnPreviousWorkingDay {
bool get ();
void set (bool value);
}
member SendOnPreviousWorkingDay : bool with get, set
Property Value
Type:
Booleantrue if [send on previous working day]; otherwise,
false.
See Also