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
GetClientsDetails Model
hitmanpt edited this page Feb 8, 2017
·
6 revisions
Namespace: WHMCS_API.GetClientsDetails
Classes:
- Result (type: string): The result of the operation: success or error
- Client (type: Client): The information on the client
- Stats (type: Stats): Additional statistics for the client returned.
- UserID (type: int)
- ID (type: int)
- UUID (type: string)
- Firstname (type: string)
- Lastname (type: string)
- FullName (type: string)
- CompanyName (type: string)
- Email (type: string)
- Address1 (type: string)
- Address2 (type: string)
- City (type: string)
- FullState (type: string)
- State (type: string)
- PostCode (type: string)
- CountryCode (type: string): ISO Alpha-2 Code
- Country (type: string)
- PhoneNumber (type: string)
- Password (type: string): Hash
- StateCode (type: string)
- Country (type: string)
- PhoneCC (type: int)
- PhoneNumberFormatted (type: string)
- BillingCID (type: int)
- Notes (type: string)
- TwoFactorEnabled (type: bool)
- Currency (type: int)
- DefaultGateway (type: string)
- CreditCardType (type: string)
- CreditCardLastFourDigits (type: string)
- SecurityQuestionID (type: int)
- SecurityQuestionAnswer (type: string)
- GroupID (type: int)
- Status (type: string)
- Credit (type: string)
- TaxExempt (type: bool)
- LateFeeOveride (type: bool)
- OverideDueNotices (type: bool)
- SeparateInvoices (type: bool)
- DisableAutoCC (type: bool)
- EmailOptOut (type: bool)
- OverideAutoClose (type: bool)
- AllowSingleSignOn (type: int)
- Language (type: string)
- LastLogin (type: string)
- Currency_Code (type: string)
- NumberDueInvoices (type: string)
- DueInvoicesBalance (type: string)
- Income (type: string)
- InCredit (type: bool)
- CreditBalance (type: string)
- NumberOverdueInvoices (type: int)
- OverdueInvoicesBalance (type: string)
- NumDraftInvoices (type: int)
- DraftInvoicesBalance (type: string)
- NumPaidInvoices (type: string)
- PaidInvoicesAmount (type: string)
- NumUnpaidInvoices (type: int)
- UnpaidInvoicesAmount (type: string)
- NumCanceledInvoices (type: int)
- CanceledInvoicesAmount (type: string)
- NumRefundedInvoices (type: int)
- RefundedInvoicesAmount (type: string)
- NumCollectionsInvoices (type: int)
- CollectionsInvoicesAmount (type: string)
- ProductsNumActiveHosting (type: string)
- ProductsNumHosting (type: int)
- ProductsNumActiveReseller (type: int)
- ProductsNumReseller (type: int)
- ProductsNumActiveServers (type: int)
- ProductsNumServers (type: int)
- ProductsNumActiveOther (type: int)
- ProductsNumOther (type: int)
- ProductsNumActive (type: int)
- ProductsNumTotal (type: int)
- NumActiveDomains (type: int)
- NumDomains (type: int)
- NumAcceptedQuotes (type: int)
- NumQuotes (type: int)
- NumTickets (type: int)
- NumActiveTickets (type: int)
- NumAffiliateSignups (type: string)
- IsAffiliate (type: bool)
PCDev Open Source Development Team 2017