OfferShipToCustomer Property |
The customer to whom to ship the sales order. Usually it is a customer entry for a sub-party of the primary customer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Customer ShipToCustomer { get; set; }
Public Property ShipToCustomer As Customer
Get
Set
public:
property Customer^ ShipToCustomer {
Customer^ get ();
void set (Customer^ value);
}
member ShipToCustomer : Customer with get, set
Property Value
Type:
Customer
See Also