ConsumerType
The ConsumerType type represents the type of consumer. What kind of consumer is the user, is it a person or a business.
enum ConsumerType {
CONSUMER
BUSINESS
}
Values
ConsumerType.CONSUMER
ConsumerType.BUSINESS
Member Of
Contract object