Skip to main content

Interface: PurchaseAuthorizationConfig

Defined in: type/PurchaseAuthorizationConfig.ts:7

Object class for PurchaseAuthorizationConfig

Properties

authorizationLimit?

optional authorizationLimit?: number

Defined in: type/PurchaseAuthorizationConfig.ts:13

The purchaser's authorization limit i.e. maximum amount that can be spent per order


company?

optional company?: Company

Defined in: type/PurchaseAuthorizationConfig.ts:19

The company the purchase authorization config is valid for


contact?

optional contact?: Contact

Defined in: type/PurchaseAuthorizationConfig.ts:21

The contact the purchase authorization config is valid for


createdAt

createdAt: string

Defined in: type/PurchaseAuthorizationConfig.ts:15

The creation date of this PurchaseAuthorizationConfig


id

id: string

Defined in: type/PurchaseAuthorizationConfig.ts:9

The primary ID of the purchase authorization config, uuid v7 format


lastModifiedAt

lastModifiedAt: string

Defined in: type/PurchaseAuthorizationConfig.ts:17

The last modified date of this PurchaseAuthorizationConfig


purchaseRole

purchaseRole: PurchaseRole

Defined in: type/PurchaseAuthorizationConfig.ts:11

The purchase role of the contact within the company. Defaults to PURCHASER