CustomerStatus
The status of the associated Customer
enum CustomerStatus {
ACTIVE
DISABLED
GUEST
}
Values
CustomerStatus.ACTIVE
The associated Customer is active and able to login
CustomerStatus.DISABLED
The associated Customer is not active and unable to login
CustomerStatus.GUEST
The associated Customer is active, but has not yet setup a login
Member of
Customer
object ● CustomerCreateInput
input ● CustomerUpdateInput
input