Wallet balance.
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" : "..." } }