







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
GatewayRequest..::..EcheckType Property |
GatewayRequest Class See Also Send Feedback |
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; } |