Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.71 KB

ContactDetails.md

File metadata and controls

22 lines (18 loc) · 1.71 KB

CityPayAPI.Model.ContactDetails

Properties

Name Type Description Notes
Address1 string The first line of the address for the card holder. [optional]
Address2 string The second line of the address for the card holder. [optional]
Address3 string The third line of the address for the card holder. [optional]
Area string The area such as city, department, parish for the card holder. [optional]
Company string The company name for the card holder if the contact is a corporate contact. [optional]
Country string The country code in ISO 3166 format. The country value may be used for fraud analysis and for acceptance of the transaction. [optional]
Email string An email address for the card holder which may be used for correspondence. [optional]
Firstname string The first name of the card holder. [optional]
Lastname string The last name or surname of the card holder. [optional]
MobileNo string A mobile number for the card holder the mobile number is often required by delivery companies to ensure they are able to be in contact when required. [optional]
Postcode string The postcode or zip code of the address which may be used for fraud analysis. [optional]
TelephoneNo string A telephone number for the card holder. [optional]
Title string A title for the card holder such as Mr, Mrs, Ms, M. Mme. etc. [optional]

[Back to Model list] [Back to API list] [Back to README]