 |
PaidTransactionItemAmountVouchered Property |
Amount vouchered
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic decimal AmountVouchered { get; set; }
Public Property AmountVouchered As Decimal
Get
Set
Dim instance As PaidTransactionItem
Dim value As Decimal
value = instance.AmountVouchered
instance.AmountVouchered = value
Property Value
Type:
DecimalReturn Value
Type:
Decimal
Remarks
See Also