DemandHqSupplierStatus
Indicates what status the current relationship between a Supplier and a DemandHQ is in.
enum DemandHqSupplierStatus {
APPROVED
DENIED
PENDING
}
Values
DemandHqSupplierStatus.APPROVED
The DemandHq has permission to sell items from the Supplier.
DemandHqSupplierStatus.DENIED
The Supplier has denied permission to the DemandHQ to sell its items.
DemandHqSupplierStatus.PENDING
The DemandHq has requested permission to sell items from the Supplier.
Member of
DemandHqSupplier
object