 | IPeriodicInvoicingCustomerEntityNextInvoicingDate Property |
Gets or sets the next invoicing date
(Date de prochaine facture)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PeriodicInvoicing
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> NextInvoicingDate { get; set; }
Property NextInvoicingDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the NextInvoicingDate (Date de prochaine facture) column of the PeriodicInvoicingCustomer (Clients attachés à la facturation périodique) table.
See Also