 |
TransactionItemSendInvoiceToAddress Property |
Send invoice to address value
Namespace:
ASI.TAM.API.Data.UI.Transaction.FinanceTransaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic Address SendInvoiceToAddress { get; set; }
Public Property SendInvoiceToAddress As Address
Get
Set
Dim instance As TransactionItem
Dim value As Address
value = instance.SendInvoiceToAddress
instance.SendInvoiceToAddress = value
Property Value
Type:
AddressReturn Value
Type:
Address
Remarks
See Also