Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.47 KB

CustomerResponse.md

File metadata and controls

20 lines (17 loc) · 1.47 KB

CustomerResponse

Properties

Name Type Description Notes
titleBefore string Academical degree, in front of the name [optional]
titleAfter string Academical degree, behind name [optional]
email string E-mail address of customer
addresses \SkipPay\Model\Address[] Addresses. All types are allowed. [optional]
tin string Tax identification number (ICO) [optional]
vatin string VAT identification number [optional]
extraData \SkipPay\Model\CustomerExtraData [optional]
firstName string Customer first (given) name. Must be paired with `lastName`. Required if `fullName` is empty.
lastName string Customer last (family) name. Must be paired with `firstName`. Required if `fullName` is empty.
fullName string Customer full name, including academical degrees and salutation. Required only if `firstName` or `lastName` are empty.
phone string Phone number with country code (including leading `+`).
precheckResultResponseSerializer \SkipPay\Model\PrecheckResultResponseSerializer [optional]

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