 | IPurchaseStudyDetailLineEntity.AmountToBuy Property |
Amount To Buy
(Montant à acheter)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDisbursementStudy
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> AmountToBuy { get; set; }
Property AmountToBuy As Nullable(Of Decimal)
Get
Set
Property Value
Type:
Nullable<Decimal>
RemarksThis entity member is bound to the AmountToBuy (Montant à acheter) column of the PurchaseStudyDetailLineSchemaTable (Détail d'étude de déboursé) table.
See Also