PurchaseAuthorizationConfigResponse
No description
type PurchaseAuthorizationConfigResponse {
items: [PurchaseAuthorizationConfig!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
PurchaseAuthorizationConfigResponse.items
● [PurchaseAuthorizationConfig!]!
non-null object
List of items of type PurchaseAuthorizationConfig
PurchaseAuthorizationConfigResponse.itemsFound
● Int!
non-null scalar
Total number of items found
PurchaseAuthorizationConfigResponse.offset
● Int!
non-null scalar
The amount of items to show per page
PurchaseAuthorizationConfigResponse.page
● Int!
non-null scalar
The current page
PurchaseAuthorizationConfigResponse.pages
● Int!
non-null scalar
Total amount of pages
PurchaseAuthorizationConfigResponse.start
● Int!
non-null scalar
Start position of the current page
PurchaseAuthorizationConfigResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
purchaseAuthorizationConfigs
query