[GET] getUserTopUps
/api/manager/getUserTopUps
GetUserTopUpsRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
user_id |
Optional[str]
|
ID of the user. |
GetUserTopUpsResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
wallet |
float
|
The user's current wallet balance. |
transactions |
List[TopUpTransactionsDTO]
|
List of user's transaction |
TopUpTransactionsDTO
Attributes:
Name | Type | Description |
---|---|---|
datetime |
str
|
Date and time of the transaction. |
topup |
Optional[float]
|
Amount added. |
ref_num |
str
|
id of the transaction. |
consumption |
Optional[float]
|
Amount consumed. |
bank_charge |
Optional[float]
|
Bank charge for the transaction. |
vat |
Optional[float]
|
Value Added Tax applied to the transaction. |
net |
float
|
Net amount after deductions. |