ZoneTaxCode
No description
type ZoneTaxCode {
id: String!
priceId: String!
createdAt: DateTime!
lastModifiedAt: DateTime!
zone: String!
taxCode: Taxcode!
}
Fields
ZoneTaxCode.id
● String!
non-null scalar
Primary identifier
ZoneTaxCode.priceId
● String!
non-null scalar
Price foreign identifier
ZoneTaxCode.createdAt
● DateTime!
non-null scalar
Creation date
ZoneTaxCode.lastModifiedAt
● DateTime!
non-null scalar
Last modified date
ZoneTaxCode.zone
● String!
non-null scalar
Zone code
ZoneTaxCode.taxCode
● Taxcode!
non-null enum
Tax code for the specified zone
Returned By
zoneTaxCode
query ● zoneTaxCodeCreate
mutation ● zoneTaxCodesCreate
mutation ● zoneTaxCodeUpdate
mutation
Member Of
ZoneTaxCodeResponse
object