OrderGrantRefundCreateError
No description
type OrderGrantRefundCreateError {
field: String
message: String
code: OrderGrantRefundCreateErrorCode!
}
Fields
OrderGrantRefundCreateError.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.
OrderGrantRefundCreateError.message
● String
scalar
The error message.
OrderGrantRefundCreateError.code
● OrderGrantRefundCreateErrorCode!
non-null enum
The error code.
Member of
OrderGrantRefundCreate
object
Was this page helpful?