3dak Client

Order.ShipContact Property

Contact the Order is shipped to

[Visual Basic]
Public Property Contact As 
[C#]
public Contact Contact { get; set; }
[C++]
public: __property * get_Contact();
public: __property void set_Contact(Contact* );
[JScript]
public function get Contact() : Contact
public function set Contact(Contact);

Property Value

Remarks

See Also

Order Class | ppm3dakClient.Shop Namespace | Contact