Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CustomerTokenWithContactDetails
Interface CustomerTokenWithContactDetails
interface
CustomerTokenWithContactDetails
{
billingAddress
?:
Address
|
null
;
companyInformation
?:
CompanyInformation
|
null
;
contactDetails
?:
ContactDetailsToken
|
null
;
merchantCustomerId
?:
string
|
null
;
personalInformation
?:
PersonalInformationToken
|
null
;
vatNumber
?:
string
|
null
;
}
Hierarchy (
View Summary
)
CustomerToken
CustomerTokenWithContactDetails
Index
Properties
billing
Address?
company
Information?
contact
Details?
merchant
Customer
Id?
personal
Information?
vat
Number?
Properties
Optional
billing
Address
billingAddress
?:
Address
|
null
Optional
company
Information
companyInformation
?:
CompanyInformation
|
null
Optional
contact
Details
contactDetails
?:
ContactDetailsToken
|
null
Optional
merchant
Customer
Id
merchantCustomerId
?:
string
|
null
Optional
personal
Information
personalInformation
?:
PersonalInformationToken
|
null
Optional
vat
Number
vatNumber
?:
string
|
null
Deprecated
Use companyInformation.vatNumber instead
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Address
company
Information
contact
Details
merchant
Customer
Id
personal
Information
vat
Number
Worldline Connect Node.js SDK
Loading...
Deprecated
Use companyInformation.vatNumber instead