Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CustomerToken
Interface CustomerToken
interface
CustomerToken
{
billingAddress
?:
Address
|
null
;
companyInformation
?:
CompanyInformation
|
null
;
merchantCustomerId
?:
string
|
null
;
personalInformation
?:
PersonalInformationToken
|
null
;
vatNumber
?:
string
|
null
;
}
Hierarchy (
View Summary
)
CustomerBase
CustomerToken
CustomerTokenWithContactDetails
Index
Properties
billing
Address?
company
Information?
merchant
Customer
Id?
personal
Information?
vat
Number?
Properties
Optional
billing
Address
billingAddress
?:
Address
|
null
Optional
company
Information
companyInformation
?:
CompanyInformation
|
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
merchant
Customer
Id
personal
Information
vat
Number
Worldline Connect Node.js SDK
Loading...
Deprecated
Use companyInformation.vatNumber instead