Get Sum Of Order Amount
warning
This API method is deprecated. Consumers must not rely on any response data from this endpoint.
GetSumOfOrderAmount
Based on the filters sent to this method, it returns the total amount and the total count of orders in the Svea Payments system.
Input
SumOfOrderAmountRequest
| Field | R | Type | Description |
|---|---|---|---|
| SearchOrderFilter | * | SearchOrderFilter | See SearchOrderFilter. |
Output
SumOfAmountResponse
| Field | R | Type | Description |
|---|---|---|---|
| Amount | * | Decimal | Total amount of orders in the search. |
| Count | * | Integer | Number of orders fetched in the search. |