Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 965 Bytes

File metadata and controls

13 lines (10 loc) · 965 Bytes

CustomerResponseAllOf

Properties

Name Type Description Notes
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]