 |
DiscountAmount Property |
Amount
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic Nullable<decimal> Amount { get; set; }
Public Property Amount As Nullable(Of Decimal)
Get
Set
Dim instance As Discount
Dim value As Nullable(Of Decimal)
value = instance.Amount
instance.Amount = value
Property Value
Type:
NullableDecimal
Remarks
See Also