RefundError
No description
type RefundError {
field: String
message: String!
code: RefundErrorCode!
}
Fields
RefundError.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.
RefundError.message ● String! non-null scalar
The error message.
RefundError.code ● RefundErrorCode! non-null enum
The error code.
Member Of
RefundBulkDelete object ● RefundCreate object ● RefundLineBulkDelete object ● RefundLinesAdd object ● RefundLinesUpdate object ● RefundPaymentsAdd object ● RefundPaymentsDelete object ● RefundPaymentsUpdate object ● RefundsChangeStatus object ● RefundUpdate object