OrderGrantRefundUpdateLineError
No description
type OrderGrantRefundUpdateLineError {
field: String
message: String
code: OrderGrantRefundUpdateLineErrorCode!
lineId: ID!
}
Fields
OrderGrantRefundUpdateLineError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
OrderGrantRefundUpdateLineError.message ● String scalar
The error message.
OrderGrantRefundUpdateLineError.code ● OrderGrantRefundUpdateLineErrorCode! non-null enum
The error code.
OrderGrantRefundUpdateLineError.lineId ● ID! non-null scalar
The ID of the line related to the error.
Member of
OrderGrantRefundUpdateError object
Was this page helpful?