 |
PaymentItemFullPayment Property |
Specifies if full payment needs to be applied
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 bool FullPayment { get; set; }
Public Property FullPayment As Boolean
Get
Set
Dim instance As PaymentItem
Dim value As Boolean
value = instance.FullPayment
instance.FullPayment = value
Property Value
Type:
BooleanReturn Value
Type:
Boolean
Remarks
See Also