 |
PaidItemAmountPaid Property |
AmountPaid
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic decimal AmountPaid { get; set; }
Public Property AmountPaid As Decimal
Get
Set
Dim instance As PaidItem
Dim value As Decimal
value = instance.AmountPaid
instance.AmountPaid = value
Property Value
Type:
Decimal
Remarks
See Also