Freight Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the freight.

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

Syntax

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

Field Value

The freight.

Implements

IGatewayRequest..::..Freight

See Also