EcheckType Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the type of the echeck.

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

Syntax

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

Field Value

The type of the echeck.

Implements

IGatewayRequest..::..EcheckType

See Also