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