Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.38 KB

PrecheckCustomerRequest.md

File metadata and controls

19 lines (16 loc) · 1.38 KB

PrecheckCustomerRequest

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\PrecheckAddress[] 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. [optional]
lastName string Customer last (family) name. Must be paired with `firstName`. Required if `fullName` is empty. [optional]
fullName string Customer full name, including academical degrees and salutation. Required only if `firstName` or `lastName` are empty. [optional]
phone string Phone number with country code (including leading `+`).

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