@tax1driver/ts-tpay
Preparing search index...
TPay
Accounts
Person
Interface Person
interface
Person
{
countryOfBirth
:
string
;
dateOfBirth
:
string
|
null
;
expiryDate
:
string
|
null
;
isAuthorizedPerson
:
boolean
;
isBeneficiary
:
boolean
;
isContactPerson
:
boolean
;
isRepresentative
:
boolean
;
issuingAuthority
:
string
;
name
:
string
;
nationality
:
string
;
pepStatement
:
number
;
pesel
:
string
;
serialNumber
:
string
;
sharesPct
:
number
;
surname
:
string
;
typeOfDocument
:
number
;
}
Index
Properties
country
Of
Birth
date
Of
Birth
expiry
Date
is
Authorized
Person
is
Beneficiary
is
Contact
Person
is
Representative
issuing
Authority
name
nationality
pep
Statement
pesel
serial
Number
shares
Pct
surname
type
Of
Document
Properties
country
Of
Birth
countryOfBirth
:
string
date
Of
Birth
dateOfBirth
:
string
|
null
expiry
Date
expiryDate
:
string
|
null
is
Authorized
Person
isAuthorizedPerson
:
boolean
is
Beneficiary
isBeneficiary
:
boolean
is
Contact
Person
isContactPerson
:
boolean
is
Representative
isRepresentative
:
boolean
issuing
Authority
issuingAuthority
:
string
name
name
:
string
nationality
nationality
:
string
pep
Statement
pepStatement
:
number
pesel
pesel
:
string
serial
Number
serialNumber
:
string
shares
Pct
sharesPct
:
number
surname
surname
:
string
type
Of
Document
typeOfDocument
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
country
Of
Birth
date
Of
Birth
expiry
Date
is
Authorized
Person
is
Beneficiary
is
Contact
Person
is
Representative
issuing
Authority
name
nationality
pep
Statement
pesel
serial
Number
shares
Pct
surname
type
Of
Document
@tax1driver/ts-tpay
Loading...