OrderGrantRefundUpdateError Object
No description
type OrderGrantRefundUpdateError {
field: String
message: String
code: OrderGrantRefundUpdateErrorCode!
addLines: [OrderGrantRefundUpdateLineError!]
removeLines: [OrderGrantRefundUpdateLineError!]
}
Fields
OrderGrantRefundUpdateError.field
● String
scalar miscellaneous
Name of a field that caused the error. A value of null
indicates that the error isn't associated with a particular field.
OrderGrantRefundUpdateError.message
● String
scalar miscellaneous
The error message.
OrderGrantRefundUpdateError.code
● OrderGrantRefundUpdateErrorCode!
non-null enum orders
The error code.
OrderGrantRefundUpdateError.addLines
● [OrderGrantRefundUpdateLineError!]
list object miscellaneous
List of lines to add which cause the error.
OrderGrantRefundUpdateError.removeLines
● [OrderGrantRefundUpdateLineError!]
list object miscellaneous
List of lines to remove which cause the error.
Member Of
OrderGrantRefundUpdate
object