pbAuthorize.Net

AuthorizeNet.Type Property

Required. Type of Transaction.
Default is set to AUTH_CAPTURE
See TransMethod Enum for complete list.

[Visual Basic]
Public Property AuthorizeNet.TransType As 
[C#]
public TransType AuthorizeNet.TransType { get; set; }
[C++]
public: __property  get_AuthorizeNet.TransType();
public: __property void set_AuthorizeNet.TransType(TransType );
[JScript]
public function get AuthorizeNet.TransType() : TransType
public function set AuthorizeNet.TransType(TransType);

Property Value

The type.

See Also

AuthorizeNet Class | pbAuthorizeNet Namespace