Skip to main content

TenderTotal

No description

type TenderTotal {
subTotalGross: Float!
subTotalNet: Float!
discount: Float
discountPercentage: Float
discountType: OrderDiscountType
discountOverruled: Boolean @deprecated
totalNet: Float!
totalGross: Float!
discountNet: Float!
discountGross: Float!
totalTax: Float!
}

Fields

TenderTotal.subTotalGross ● 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.discount ● Float scalar

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

TenderTotal.discountPercentage ● Float scalar

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

TenderTotal.discountType ● OrderDiscountType enum

Discount type

TenderTotal.discountOverruled ● Boolean deprecated scalar

DEPRECATED

Not used anymore

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

Member Of

Tender object