ShipToAddress Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

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

See Also