 |
PaymentItemPartialPaymentAmount Property |
Partial payment amount
Namespace:
ASI.TAM.API.Data.UI.Transaction.ApplyCreditsToDebits
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> PartialPaymentAmount { get; set; }
Public Property PartialPaymentAmount As Nullable(Of Decimal)
Get
Set
Dim instance As PaymentItem
Dim value As Nullable(Of Decimal)
value = instance.PartialPaymentAmount
instance.PartialPaymentAmount = value
Property Value
Type:
NullableDecimalReturn Value
Type:
NullableDecimal
Remarks
See Also