 |
TransactionV1InvoiceValue Property |
Used to populate and display invoice information. Object is ignored for payment transactions.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic InvoiceV1 InvoiceValue { get; set; }
Public Property InvoiceValue As InvoiceV1
Get
Set
Dim instance As TransactionV1
Dim value As InvoiceV1
value = instance.InvoiceValue
instance.InvoiceValue = value
Property Value
Type:
InvoiceV1
InvoiceValue As Other.
Remarks Note |
---|
|
See Also