| 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] |