Skip to main content

TenderTotal

No description

type TenderTotal {
subTotal: Float!
subTotalNet: Float!
discountPercentage: Float!
discountType: DiscountType!
discountOverruled: Boolean!
totalNet: Float!
totalGross: Float!
discountNet: Float!
discountGross: Float!
totalTax: Float!
taxLevels: [TenderTaxLevel!]
}

Fields

TenderTotal.subTotal ● Float! non-null scalar

The total payable amount of all items in this tender/order, excluding postage costs, paymethod costs and discounts. VAT excluding

TenderTotal.subTotalNet ● Float! non-null scalar

The total payable amount of all items in this tender/order, excluding postage costs, paymethod costs and discounts. VAT including

TenderTotal.discountPercentage ● Float! non-null scalar

Discount percentage that is applied to the tender/order total through one or multiple incentives

TenderTotal.discountType ● DiscountType! non-null enum

Discount type

TenderTotal.discountOverruled ● Boolean! non-null scalar

If false, discount is automatically calculated

TenderTotal.totalNet ● Float! non-null scalar

The total payable amount for this tender/order. VAT including

TenderTotal.totalGross ● Float! non-null scalar

The total payable amount for this tender/order. VAT excluding

TenderTotal.discountNet ● Float! non-null scalar

Discount that is applied to the tender/order total through one or multiple incentives. VAT including

TenderTotal.discountGross ● Float! non-null scalar

Discount that is applied to the tender/order total through one or multiple incentives. VAT excluding

TenderTotal.totalTax ● Float! non-null scalar

Total amount of tax that applies to this tender/order

TenderTotal.taxLevels ● [TenderTaxLevel!] list object

Amount of tax that applies to this tender/order per tax code

Member Of

Tender object