 | IPeriodicInvoicingCustomerEntityMaintenanceContractUpdatingRate Property |
Gets or sets the updating rate used in maintenance contract renewal
(Pourcentage de majoration du contrat)
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<decimal> MaintenanceContractUpdatingRate { get; set; }
Property MaintenanceContractUpdatingRate As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the MaintenanceContractUpdatingRate (Pourcentage de majoration du contrat) column of the PeriodicInvoicingCustomer (Clients attachés à la facturation périodique) table.
See Also