|  | 
| InvoiceV1SendInvoiceTos Property  | 
 
  Used to set send invoice to.
 
    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
 Syntax
Syntaxpublic SendInvoiceToItemsV1 SendInvoiceTos { get; set; }Public Property SendInvoiceTos As SendInvoiceToItemsV1
	Get
	Set
Dim instance As InvoiceV1
Dim value As SendInvoiceToItemsV1
value = instance.SendInvoiceTos
instance.SendInvoiceTos = value
Property Value
Type: 
SendInvoiceToItemsV1Return Value
Type: 
SendInvoiceToItemsV1 Remarks
Remarks See Also
See Also