 | ISecurityBondComplexEntityMember.CurrencyAmount Property |
Gets or sets the currencysecurity bond amount
(Montant de la retenue de garantie en devise)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Building
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> CurrencyAmount { get; set; }
Property CurrencyAmount As Nullable(Of Decimal)
Get
Set
Property Value
Type:
Nullable<Decimal>
RemarksThis entity member is bound to the CurrencySecurityBondAmount (Montant de la retenue de garantie en devise) column of the SaleDocumentEx (Document de vente étendu) table.
See Also