Objects

QuotationPaymentMethodType

Type containing quotation payment method information

Type containing quotation payment method information

type QuotationPaymentMethodType {
  paymentId: String
  paymentFee: Decimal
  name: String
}

Fields

paymentId ● String scalar

The payment method identifier

paymentFee ● Decimal scalar

The payment fee

name ● String scalar

The payment method name

Member Of

CartQuotationType object