 | IQuantityToDistributeEntity.RemainingQuantityToDistribute Property |
Gets or sets the RemainingQuantityToDistribute
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.TradeDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> RemainingQuantityToDistribute { get; set; }
Property RemainingQuantityToDistribute As Nullable(Of Decimal)
Get
Set
Property Value
Type:
Nullable<Decimal>
See Also