WalletTransactionDirection
Response for a single transaction
Properties
string
"credit""debit"
View JSON Schema
{
"type": "string",
"description": "Response for a single transaction",
"enum": [
"credit",
"debit"
]
}