 |
SendInvoiceToItemV1Address Property |
Ignored if InvoiceGrouping is ExistingInvoice. Address cannot be empty if DeliveryMethod is Mail.
Created in Epic SDK V4.1.
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 Address Address { get; set; }
Public Property Address As Address
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As Address
value = instance.Address
instance.Address = value
Property Value
Type:
Address
Address As Address.
Remarks Note |
---|
|
See Also