StorePostCustomersCustomerReq
constructor
Properties
billing_address
string | AddressPayloadThe address to be used for billing purposes.
email
stringThe customer's email.
first_name
stringThe customer's first name.
last_name
stringThe customer's last name.
metadata
Record<string, unknown>Additional custom data about the customer.
password
stringThe customer's password.
phone
stringThe customer's phone number.
Was this section helpful?