Skip to main content
Version: 3.x

OrderGrantRefundCreateLineError

No description

type OrderGrantRefundCreateLineError {
field: String
message: String
code: OrderGrantRefundCreateLineErrorCode!
lineId: ID!
}

Fields

OrderGrantRefundCreateLineError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

OrderGrantRefundCreateLineError.message ● String scalar

The error message.

OrderGrantRefundCreateLineError.code ● OrderGrantRefundCreateLineErrorCode! non-null enum

The error code.

OrderGrantRefundCreateLineError.lineId ● ID! non-null scalar

The ID of the line related to the error.

Member of

OrderGrantRefundCreateError object


Was this page helpful?