CustomerType
Customer profile type — INDIVIDUAL (B2C buyer) or COMPANY (B2B buyer). Drives which company fields are required and which appear on tax documents.
enum CustomerType {
COMPANY
INDIVIDUAL
}
Values
CustomerType.COMPANY
CustomerType.INDIVIDUAL
Member Of
Customer object ● CustomerUpdateInput input