Objects

QuotationDiscountType

Type containing quotation discount information

Type containing quotation discount information

type QuotationDiscountType {
  type: String
  value: Decimal!
}

Fields

type ● String scalar

The discount type

value ● Decimal! non-null scalar required

The discount value

Member Of

CartQuotationType object