SupplierType
Define the type of suppliers.
enum SupplierType {
HOTEL
PRODUCT_AND_SERVICES
}
Values
SupplierType.HOTEL
The supplier is of type hotel.
SupplierType.PRODUCT_AND_SERVICES
The supplier is of type product and services.
Member Of
Supplier object