ShipToCompany Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
string ShipToCompany { get; set; }
Visual Basic
Property ShipToCompany As String
	Get
	Set
Visual C++
property String^ ShipToCompany {
	String^ get ();
	void set (String^ value);
}

See Also