 | IDealCustomerEntityInvoiceDefault Property |
Gets or sets whether is invoice default
(Défaut pour facturation)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> InvoiceDefault { get; set; }
Property InvoiceDefault As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the InvoiceDefault (Défaut pour facturation) column of the DealCustomer (Client lié aux affaires/projets) table.
See Also