TaxableObjectLine
No description
type TaxableObjectLine {
sourceLine: TaxSourceLine!
quantity: Int!
chargeTaxes: Boolean!
productName: String!
variantName: String!
productSku: String
unitPrice: Money!
totalPrice: Money!
}
Fields
TaxableObjectLine.sourceLine
● TaxSourceLine!
non-null union
The source line related to this tax line.
TaxableObjectLine.quantity
● Int!
non-null scalar
Number of items.
TaxableObjectLine.chargeTaxes
● Boolean!
non-null scalar
Determines if taxes are being charged for the product.
TaxableObjectLine.productName
● String!
non-null scalar
The product name.
TaxableObjectLine.variantName
● String!
non-null scalar
The variant name.
TaxableObjectLine.productSku
● String
scalar
The product sku.
TaxableObjectLine.unitPrice
● Money!
non-null object
Price of the single item in the order line.
TaxableObjectLine.totalPrice
● Money!
non-null object
Price of the order line.
Member of
TaxableObject
object