SalesOrderShipToPartyContactMechanism Property |
The contact mechanism (address) to whih to ship the sales order. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PartyContactMechanism ShipToPartyContactMechanism { get; set; }
Public Property ShipToPartyContactMechanism As PartyContactMechanism
Get
Set
public:
property PartyContactMechanism^ ShipToPartyContactMechanism {
PartyContactMechanism^ get ();
void set (PartyContactMechanism^ value);
}
member ShipToPartyContactMechanism : PartyContactMechanism with get, set
Property Value
Type:
PartyContactMechanism
See Also