 |
TransactionV1PaymentValue Property |
Used to populate and display payment fields for payment transactions. Object is ignored for non-payment transactions.
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Payment PaymentValue { get; set; }
Public Property PaymentValue As Payment
Get
Set
Dim instance As TransactionV1
Dim value As Payment
value = instance.PaymentValue
instance.PaymentValue = value
Property Value
Type:
Payment
PaymentValue As Other.
Remarks Note |
---|
|
See Also