Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

GetOrders Model

hitmanpt edited this page Feb 8, 2017 · 4 revisions

Model Overview

Namespace: WHMCS_API.GetOrders

Classes:


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)