Click or drag to resize

IApproachChargeDocumentLineEntityTotalVolume Property

Gets or sets the total volume (m3)

(Volume total (m3))

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.ApproachCharge
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<decimal> TotalVolume { get; set; }

Property Value

Type: NullableDecimal
Remarks
This entity member is bound to the TotalVolume (Volume total (m3)) column of the PurchaseDocumentLine (Ligne de document d'achat) table.
See Also