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