TaxableObject Object
Taxable object.
type TaxableObject {
sourceObject: TaxSourceObject!
pricesEnteredWithTax: Boolean!
currency: String!
shippingPrice: Money!
address: Address
discounts: [TaxableObjectDiscount!]!
lines: [TaxableObjectLine!]!
channel: Channel!
}
Fields
sourceObject ● TaxSourceObject!
The source object related to this tax object.
pricesEnteredWithTax ● Boolean!
Determines if prices contain entered tax..
currency ● String!
The currency of the object.
shippingPrice ● Money!
The price of shipping method, includes shipping voucher discount if applied.
address ● Address
The address data.
discounts ● [TaxableObjectDiscount!]!
List of discounts.
lines ● [TaxableObjectLine!]!
List of lines assigned to the object.
channel ● Channel!
Member Of
CalculateTaxes object