This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
GetOrders Model
hitmanpt edited this page Feb 8, 2017
·
4 revisions
Namespace: WHMCS_API.GetOrders
Classes:
- 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
- Order (type: IList<Order>)
- 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)
- LineItem (type: IList<Lineitem>)
- 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)
PCDev Open Source Development Team 2017