transactionsSyncPost abstract method
- @Post.new(path: '/transactions/sync')
- @Body.new() required TransactionsSyncRequest? body,
Get incremental transaction updates on an item
Implementation
@Post(path: '/transactions/sync')
Future<chopper.Response<TransactionsSyncResponse>> transactionsSyncPost(
{@Body() required TransactionsSyncRequest? body});