PoNum Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the po number.

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

Syntax

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

Field Value

The po num.

Implements

IGatewayRequest..::..PoNum

See Also