@usethrottle/checkout-sdk
Preparing search index...
server
CheckoutCustomerInput
Interface CheckoutCustomerInput
interface
CheckoutCustomerInput
{
billingAddress
?:
CheckoutCustomerAddressInput
;
customerId
?:
string
;
email
?:
string
;
externalCustomerId
?:
string
;
firstName
?:
string
;
lastName
?:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
phone
?:
string
;
shippingAddress
?:
CheckoutCustomerAddressInput
;
}
Index
Properties
billing
Address?
customer
Id?
email?
external
Customer
Id?
first
Name?
last
Name?
metadata?
phone?
shipping
Address?
Properties
Optional
billing
Address
billingAddress
?:
CheckoutCustomerAddressInput
Optional
customer
Id
customerId
?:
string
Optional
email
email
?:
string
Optional
external
Customer
Id
externalCustomerId
?:
string
Optional
first
Name
firstName
?:
string
Optional
last
Name
lastName
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
phone
phone
?:
string
Optional
shipping
Address
shippingAddress
?:
CheckoutCustomerAddressInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Address
customer
Id
email
external
Customer
Id
first
Name
last
Name
metadata
phone
shipping
Address
@usethrottle/checkout-sdk
Loading...