 |
SplitReceivableItemAddress Property |
Required (either default or entered) if DeliveryMethodCode is M (Mail).
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic Address Address { get; set; }
Public Property Address As Address
Get
Set
Dim instance As SplitReceivableItem
Dim value As Address
value = instance.Address
instance.Address = value
Property Value
Type:
Address
Address As Address.
Remarks If blank on insert, defaults to the address of either the contact specified by the ContactID or the otherwise defaulted primary contact.
Note |
---|
|
See Also