FindWalletOperationsResponseDto Data Type

The Class FindWalletOperationsResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.
walletOperations array of WalletOperationDto The wallet operations.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "walletOperations" : [ {
    "id" : 12345,
    "code" : "...",
    "description" : "...",
    "userAccount" : "...",
    "subscription" : "...",
    "walletTemplate" : "...",
    "seller" : "...",
    "chargeInstance" : "...",
    "chargeInstanceId" : 12345,
    "currency" : "...",
    "type" : "CREDIT",
    "status" : "RERATED",
    "updated" : 12345,
    "ratingUnitDescription" : "...",
    "pricePlanCode" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "unitAmountWithoutTax" : 12345.0,
    "unitAmountWithTax" : 12345.0,
    "unitAmountTax" : 12345.0,
    "quantity" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "parameter1" : "...",
    "parameter2" : "...",
    "parameter3" : "...",
    "parameterExtra" : "...",
    "orderNumber" : "...",
    "startDate" : 12345,
    "endDate" : 12345,
    "operationDate" : 12345,
    "subscriptionDate" : 12345,
    "offerCode" : "...",
    "rawAmountWithoutTax" : 12345.0,
    "rawAmountWithTax" : 12345.0,
    "ratedTransaction" : {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "status" : "RERATED",
      "description" : "...",
      "updatedCode" : "..."
    },
    "walletId" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "taxClassCode" : "...",
    "sortIndex" : 12345
  }, {
    "id" : 12345,
    "code" : "...",
    "description" : "...",
    "userAccount" : "...",
    "subscription" : "...",
    "walletTemplate" : "...",
    "seller" : "...",
    "chargeInstance" : "...",
    "chargeInstanceId" : 12345,
    "currency" : "...",
    "type" : "DEBIT",
    "status" : "TO_RERATE",
    "updated" : 12345,
    "ratingUnitDescription" : "...",
    "pricePlanCode" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "unitAmountWithoutTax" : 12345.0,
    "unitAmountWithTax" : 12345.0,
    "unitAmountTax" : 12345.0,
    "quantity" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "parameter1" : "...",
    "parameter2" : "...",
    "parameter3" : "...",
    "parameterExtra" : "...",
    "orderNumber" : "...",
    "startDate" : 12345,
    "endDate" : 12345,
    "operationDate" : 12345,
    "subscriptionDate" : 12345,
    "offerCode" : "...",
    "rawAmountWithoutTax" : 12345.0,
    "rawAmountWithTax" : 12345.0,
    "ratedTransaction" : {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "status" : "PROCESSED",
      "description" : "...",
      "updatedCode" : "..."
    },
    "walletId" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "taxClassCode" : "...",
    "sortIndex" : 12345
  } ]
}