ReportingGateway Methods

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

The ReportingGateway type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSettledBatchList()()()()
Returns all Settled Batches for the last 30 days
Public methodGetSettledBatchList(DateTime, DateTime)
Returns batch settlements for the specified date range
Public methodGetTransactionDetails
Returns Transaction details for a given transaction ID (transid)
Public methodGetTransactionList()()()()
Returns all transactions for the last 30 days
Public methodGetTransactionList(String)
Returns all transaction within a particular batch
Public methodGetTransactionList(DateTime, DateTime)
Returns all transactions for a given time period. This can result in a number of calls to the API
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also