[GET] getTopUps
/api/manager/getTopUps
GetTopUpsRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
start |
Optional[str]
|
Start date for the top-ups query. |
end |
str
|
End date for the top-ups query. |
GetTopUpsResponseDTO
TopUpsSummaryDTO
Attributes:
Name | Type | Description |
---|---|---|
total_amount_collected |
float
|
Sum of all user's total amount collected. |
total_amount_consumed |
float
|
Sum of all user's total amount consumed. |
balance |
float
|
Total amount from the beginning. |
TopUpsUserSummaryDTO
Attributes:
Name | Type | Description |
---|---|---|
full_name |
str
|
User's full name. |
user_id |
str
|
User's id. |
collected |
float
|
Total amount of topups collected for the specified time period. |
consumed |
float
|
Total amount of topup deductions for the specified time period e.g. wallet payments/RFID |
balance |
float
|
Current wallet balance |