Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
whmcs-api
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Pedro Cavaleiro
  • whmcs-api
  • Wiki
  • Getinvoices model

Getinvoices model

Last edited by hitmanpt Feb 09, 2017
Page history

Model Overview

Namespace: WHMCS_API.GetInvoices

Classes:

  • GetInvoices
  • Invoices
  • Invoice

GetClientsProducts 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
  • Invoices (type: Invoices): The invoices returned matching the criteria passed

Invoices Class

  • Invoice (type: IList<Invoice>)

Invoice Class

  • ID (type: string)
  • UserID (type: string)
  • Firstname (type: string)
  • Lastname (type: string)
  • CompanyName (type: string)
  • InvoiceNumber (type: string)
  • Date (type: string)
  • DueDate (type: string)
  • DatePaid (type: string)
  • SubTotal (type: string)
  • Credit (type: string)
  • Tax (type: string)
  • Tax2 (type: string)
  • Total (type: string)
  • TaxRate (type: string)
  • TaxRate2 (type: string)
  • Status (type: string)
  • PaymentMethod (type: string)
  • Notes (type: string)
  • CurrencyCode (type: string)
  • CurrencyPrefix (type: string)
  • CurrencySuffix (type: string)
Clone repository
  • Addclient()
  • Addclient model
  • Advanced usage
  • Contrubute to the project
  • Domainwhois()
  • Domainwhois model
  • Getclientsdetails()
  • Getclientsdetails model
  • Getclientsdomains()
  • Getclientsdomains model
  • Getclientsproducts()
  • Getclientsproducts model
  • Getinvoice()
  • Getinvoice model
  • Getinvoices()
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.