Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/customer
UpdateCustomerRequest
Interface UpdateCustomerRequest
interface
UpdateCustomerRequest
{
billingAddress
?:
CustomerAddressInput
;
customData
?:
Record
<
string
,
unknown
>
;
customerId
:
string
;
emailAddress
?:
string
;
name
?:
string
;
phoneNumber
?:
string
;
reference
?:
string
;
shippingAddress
?:
CustomerAddressInput
;
suffix
?:
string
;
title
?:
string
;
}
Index
Properties
billing
Address?
custom
Data?
customer
Id
email
Address?
name?
phone
Number?
reference?
shipping
Address?
suffix?
title?
Properties
Optional
billing
Address
billingAddress
?:
CustomerAddressInput
Optional
custom
Data
customData
?:
Record
<
string
,
unknown
>
customer
Id
customerId
:
string
Optional
email
Address
emailAddress
?:
string
Optional
name
name
?:
string
Optional
phone
Number
phoneNumber
?:
string
Optional
reference
reference
?:
string
Optional
shipping
Address
shippingAddress
?:
CustomerAddressInput
Optional
suffix
suffix
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Address
custom
Data
customer
Id
email
Address
name
phone
Number
reference
shipping
Address
suffix
title
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...