OrderGrantRefundCreateError Object
No description
type OrderGrantRefundCreateError {
field: String
message: String
code: OrderGrantRefundCreateErrorCode!
lines: [OrderGrantRefundCreateLineError!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● OrderGrantRefundCreateErrorCode!
The error code.
lines ● [OrderGrantRefundCreateLineError!]
List of lines which cause the error.
Member Of
OrderGrantRefundCreate object