 |
TransactionV1InvoicePaymentOption Property |
Whether the transaction is an invoice or payment transaction.
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 OptionType InvoicePaymentOption { get; set; }
Public Property InvoicePaymentOption As OptionType
Get
Set
Dim instance As TransactionV1
Dim value As OptionType
value = instance.InvoicePaymentOption
instance.InvoicePaymentOption = value
Property Value
Type:
OptionType
InvoicePaymentOption As Option.
Remarks Note |
---|
- Name - InvoicePaymentOption
- Option Type - TransactionInvoicePaymentOptions
- Defaults To - Invoice
|
See Also