TransactionUpdateError
No description
type TransactionUpdateError {
field: String
message: String
code: TransactionUpdateErrorCode!
}
Fields
TransactionUpdateError.field
● String
scalar miscellaneous
Name of a field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
TransactionUpdateError.message
● String
scalar miscellaneous
The error message.
TransactionUpdateError.code
● TransactionUpdateErrorCode!
non-null enum payments
The error code.
Member Of
TransactionUpdate
object