InvoiceProtocolMessage
A log entry recorded during invoice processing.
type InvoiceProtocolMessage {
message: String!
timeStamp: LocalDateTime!
trackingId: String!
}
Fields
InvoiceProtocolMessage.message ● String! non-null scalar
Human-readable message describing the event.
InvoiceProtocolMessage.timeStamp ● LocalDateTime! non-null scalar
When this message was recorded.
InvoiceProtocolMessage.trackingId ● String! non-null scalar
Unique tracking identifier for this message.
Member Of
Invoice object