ShipToZip Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the ship to zip.

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

Syntax

C#
public string ShipToZip { get; set; }
Visual Basic
Public Property ShipToZip As String
	Get
	Set
Visual C++
public:
virtual property String^ ShipToZip {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The ship to zip.

Implements

IGatewayRequest..::..ShipToZip

See Also