Click or drag to resize

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
Syntax
Nullable<bool> InvoiceDefault { get; set; }

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the InvoiceDefault (Défaut pour facturation) column of the DealCustomer (Client lié aux affaires/projets) table.
See Also