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
  • Getorders model

Getorders model

Last edited by hitmanpt Feb 08, 2017
Page history

Model Overview

Namespace: WHMCS_API.GetOrders

Classes:

  • GetOrders
  • Orders
  • Order
  • Lineitems
  • Lineitem

GetOrders 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
  • Orders (type: Orders): The orders returned matching the criteria passed

Orders Class

  • Order (type: IList<Order>)

Order Class

  • ID (type: string)
  • OrderNumber (type: string)
  • UserID (type: string)
  • ContactID (type: string)
  • Date (type: string)
  • Nameservers (type: string)
  • TransfererSecret (type: string)
  • RenewalsSecret (type: string)
  • PromoCode (type: string)
  • OrderData (type: string)
  • Amount (type: string)
  • PaymentMethod (type: string)
  • InvoiceID (type: string)
  • Status (type: string)
  • IPAddress (type: string)
  • FraudModule (type: string)
  • FraudOutput (type: string)
  • Notes (type: string)
  • PaymentMethodName (type: string)
  • PaymentStatus (type: string)
  • Name (type: string)
  • CurrencyPrefix (type: string)
  • CurrencySuffox (type: string)
  • FraudData (type: string)
  • LineItems (type: Lineitems)

Lineitems Class

  • LineItem (type: IList<Lineitem>)

Lineitem Class

  • ID (type: string)
  • Type (type: string)
  • relid (type: string)
  • Product (type: string)
  • Domain (type: string)
  • BillingCycle (type: string)
  • Amount (type: string)
  • Status (type: string)
  • DNSManagment (type: string)
  • EmailFowarding (type: string)
  • IDProdection (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.