Skip to main content

TenderCarrier

No description

type TenderCarrier {
id: Int!
price: Float!
name: String!
description: String
logo: String
amount: Float! @deprecated
deliveryDeadline: DateTime
}

Fields

TenderCarrier.id ● Int! non-null scalar

Carrier unique identifier

TenderCarrier.price ● Float! non-null scalar

Targeted costs for delivery through this carrier. Use the costs as an indication, the actual costs are calculated through business rules

TenderCarrier.name ● String! non-null scalar

Carrier name

TenderCarrier.description ● String scalar

Carrier description

TenderCarrier.logo ● String scalar

Carrier's logo

TenderCarrier.amount ● Float! deprecated non-null scalar

DEPRECATED

Deprecated, please use price instead

Costs for delivery through this carrier. Use the costs as an indication, the actual costs are calculated through business rules

TenderCarrier.deliveryDeadline ● DateTime scalar

Carrier's delivery deadline

Member Of

Tender object