Model Overview
Namespace: WHMCS_API
Classes:
Needs Initialization Arguments
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)
AddClient Class
- ClientInfo (type: NameValueCollection) readonly