TaxRateVersion
A TaxRateVersion.
type TaxRateVersion implements Node {
createdAt: DateTime!
id: UUID!
rate: Float!
taxRate: TaxRate!
version: Int!
}
Fields
TaxRateVersion.createdAt
● DateTime!
non-null scalar
Time stamp when the TaxRateVersion was created
TaxRateVersion.id
● UUID!
non-null scalar
The ID of the node.
TaxRateVersion.rate
● Float!
non-null scalar
The rate of the TaxRateVersion
TaxRateVersion.taxRate
● TaxRate!
non-null object
The associated TaxRate.
TaxRateVersion.version
● Int!
non-null scalar
Version of the TaxRateVersion
Interfaces
Node
interface
An object with an ID.
Returned By
createTaxRateVersion
mutation ● taxRateVersion
query
Member Of
TaxRate
object ● TaxRateVersionConnection
object
Implemented By
_Entity
union