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