OrderFeeDelete
Result of order fee delete mutation.
type OrderFeeDelete {
orderFee: OrderFee
orderErrors: [OrderError!]!
}
Fields
OrderFeeDelete.orderFee ● OrderFee object
The deleted order fee.
OrderFeeDelete.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
orderFeeDelete mutation