ShipToFirstName Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the first name of the ship to.

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

Syntax

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

Field Value

The first name of the ship to.

Implements

IGatewayRequest..::..ShipToFirstName

See Also