OrderWithdrawalLog
No description
type OrderWithdrawalLog {
id: Int!
message: String
addedAt: DateTime!
}
Fields
id ● Int!
The id of the log entry
message ● String
The content of the log
addedAt ● DateTime!
When the log entry was created
Example
{
"id": 4521,
"message": "Withdrawal registered by customer",
"addedAt": "2024-05-03T11:52:33Z"
}