Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
Customer
Interface Customer
interface
Customer
{
account
?:
CustomerAccount
|
null
;
accountType
?:
string
|
null
;
billingAddress
?:
Address
|
null
;
companyInformation
?:
CompanyInformation
|
null
;
contactDetails
?:
ContactDetails
|
null
;
device
?:
CustomerDevice
|
null
;
fiscalNumber
?:
string
|
null
;
isCompany
?:
boolean
|
null
;
isPreviousCustomer
?:
boolean
|
null
;
locale
?:
string
|
null
;
merchantCustomerId
?:
string
|
null
;
personalInformation
?:
PersonalInformation
|
null
;
shippingAddress
?:
AddressPersonal
|
null
;
vatNumber
?:
string
|
null
;
}
Hierarchy (
View Summary
)
CustomerBase
Customer
Index
Properties
account?
account
Type?
billing
Address?
company
Information?
contact
Details?
device?
fiscal
Number?
is
Company?
is
Previous
Customer?
locale?
merchant
Customer
Id?
personal
Information?
shipping
Address?
vat
Number?
Properties
Optional
account
account
?:
CustomerAccount
|
null
Optional
account
Type
accountType
?:
string
|
null
Optional
billing
Address
billingAddress
?:
Address
|
null
Optional
company
Information
companyInformation
?:
CompanyInformation
|
null
Optional
contact
Details
contactDetails
?:
ContactDetails
|
null
Optional
device
device
?:
CustomerDevice
|
null
Optional
fiscal
Number
fiscalNumber
?:
string
|
null
Optional
is
Company
isCompany
?:
boolean
|
null
Optional
is
Previous
Customer
isPreviousCustomer
?:
boolean
|
null
Optional
locale
locale
?:
string
|
null
Optional
merchant
Customer
Id
merchantCustomerId
?:
string
|
null
Optional
personal
Information
personalInformation
?:
PersonalInformation
|
null
Optional
shipping
Address
shippingAddress
?:
AddressPersonal
|
null
Deprecated
Use Order.shipping.address instead
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
account
account
Type
billing
Address
company
Information
contact
Details
device
fiscal
Number
is
Company
is
Previous
Customer
locale
merchant
Customer
Id
personal
Information
shipping
Address
vat
Number
Worldline Connect Node.js SDK
Loading...
Deprecated
Use Order.shipping.address instead