WalletBalanceResponseDto Data Type

Wallet balance.

Available Since
5.0.1
Implemented Interfaces
Serializable
Properties
name data type description
amounts AmountsDto Balance amounts.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "amounts" : {
    "amountWithTax" : 12345.0,
    "amountWithoutTax" : 12345.0
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}