PurchaseAuthorizationConfigUpdateInput
No description
input PurchaseAuthorizationConfigUpdateInput {
purchaseRole: PurchaseRole
authorizationLimit: Float
}
Fields
PurchaseAuthorizationConfigUpdateInput.purchaseRole
● PurchaseRole
enum
The purchase role of the contact within the company. Defaults to PURCHASER
PurchaseAuthorizationConfigUpdateInput.authorizationLimit
● Float
scalar
The purchaser's authorization limit i.e. maximum amount that can be spent per order
Member Of
purchaseAuthorizationConfigUpdate
mutation