FindWalletOperationsDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
status WalletOperationStatusEnum
walletTemplate string
userAccount string

Example

{
  "status" : "CANCELED",
  "walletTemplate" : "...",
  "userAccount" : "..."
}