 |
InvoiceV1SendInvoiceToOption Property |
Send invoice to option.
Option: TransactionSendInvoiceToOptions
Defaults to: Account
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 SendInvoiceToOption { get; set; }
Public Property SendInvoiceToOption As OptionType
Get
Set
Dim instance As InvoiceV1
Dim value As OptionType
value = instance.SendInvoiceToOption
instance.SendInvoiceToOption = value
Property Value
Type:
OptionTypeReturn Value
Type:
OptionType
Remarks
See Also