PurchaseRole
Purchase role types [one of 'PURCHASER' or 'AUTHORIZATION_MANAGER']
enum PurchaseRole {
PURCHASER
AUTHORIZATION_MANAGER
}
Values
PurchaseRole.PURCHASER
Purchaser is a default contact role witnin a company. Purchasers can order, but may be subject to purchase (authorization) limits per order. When going above limit a cart cannot be processed to an order without it being authorized by an authorization manager
PurchaseRole.AUTHORIZATION_MANAGER
Authorization managers can manage authorization limits and purchase requests for purchasers. They have no purchase (authorization) limits
Member Of
CompanyPurchaseAuthorizationConfigSearchInput
input ● ContactPurchaseAuthorizationConfigSearchInput
input ● PurchaseAuthorizationConfig
object ● PurchaseAuthorizationConfigCreateInput
input ● PurchaseAuthorizationConfigSearchInput
input ● PurchaseAuthorizationConfigUpdateInput
input