Get Sum Of Order Amount
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. |