Tax
No description
type Tax {
id: String!
shopId: Int!
code: Taxcode
zone: String!
percentage: Float
exportCode: String
createdAt: DateTime!
createdBy: Int
lastModifiedAt: DateTime!
lastModifiedBy: Int
}
Fields
Tax.id
● String!
non-null scalar
Tax primary identifier
Tax.shopId
● Int!
non-null scalar
Shop identifier for the tax to apply to
Tax.code
● Taxcode
enum
Tax code
Tax.zone
● String!
non-null scalar
Tax zone
Tax.percentage
● Float
scalar
Tax percentage
Tax.exportCode
● String
scalar
Tax export code
Tax.createdAt
● DateTime!
non-null scalar
Tax initial creation timestamp
Tax.createdBy
● Int
scalar
Reference to the user that created the tax initially
Tax.lastModifiedAt
● DateTime!
non-null scalar
Tax last update timestamp
Tax.lastModifiedBy
● Int
scalar
Reference to the user that last modified the tax
Returned By
tax
query ● taxCreate
mutation ● taxUpdate
mutation
Member Of
TaxesResponse
object