OrderReasons
Represents a collection of order cancellation reasons.
type OrderReasons {
type: String!
reasons: [OrderReason!]!
}
Fields
OrderReasons.type ● String! non-null scalar
The type of order cancellation reason.
OrderReasons.reasons ● [OrderReason!]! non-null object
The list of order cancellation reasons.
Returned By
orderReasons query