walletTransactionsListPost abstract method
- @Post.new(path: '/wallet/transactions/list')
- @Body.new() required WalletTransactionsListRequest? body,
List e-wallet transactions
Implementation
@Post(path: '/wallet/transactions/list')
Future<chopper.Response<WalletTransactionsListResponse>>
walletTransactionsListPost(
{@Body() required WalletTransactionsListRequest? body});