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
AddClient Model
hitmanpt edited this page Feb 8, 2017
·
6 revisions
Namespace: WHMCS_API
Classes:
Needs Initialization Arguments
- Firstname (type: string) (required)
- Lastname (type: string) (required)
- Email (type: string) (required)
- Address1 (type: string) (required)
- City (type: string) (required)
- State (type: string) (required)
- PostCode (type: string) (required)
- CountryCode (type: string) (required): ISO Alpha-2 Code
- PhoneNumber (type: string) (required)
- Password (type: string) (required): Plain Text
- NoEmail (type: bool) (required)
- CompanyName (type: string) (optional)
- Address2 (type: string) (optional)
- SecurityQuestionID (type: int) (optional)
- SecurityQuestionAnswer (type: string) (optional)
- CardType (type: string) (optional)
- CardNumber (type: string) (optional)
- ExpiricyDate (type: string) (optional)
- StartDate (type: string) (optional)
- IssueNumber (type: string) (optional)
- CVV (type: string) (optional): Will not be stored
- Currency (type: int) (optional)
- GroupID (type: string) (optional)
- CustomFields (type: string) (optional)
- Language (type: string) (optional)
- ClientIP (type: string) (optional)
- Notes (type: string) (optional)
- ClientInfo (type: NameValueCollection) readonly
PCDev Open Source Development Team 2017