Model Overview
Namespace: WHMCS_API.GetTransactions
Classes:
GetTransactions Class
- Result (type: string): The result of the operation: success or error
- TotalResults (type: string): The total number of results available
- StartNumber (type: int): The starting number for the returned results
- NumberReturned (type: int): The total number of results returned
- Transactions(type: Transactions): The Transactions returned matching the criteria passed
Transactions Class
- Transaction (type: IList<Transaction>)
Transaction Class
- ID (type: string)
- UserID (type: string)
- Currency (type: string)
- PaymentGateway (type: string)
- Date (type: string)
- Description (type: string)
- AmountIn (type: string)
- Fees (type: string)
- AmountOut (type: string)
- Rate (type: string)
- TransactionID (type: string)
- InvoiceID (type: string)
- RefundID (type: string)