investmentsHoldingsGet abstract method

  1. @Post(path: '/investments/holdings/get')
Future<Response<InvestmentsHoldingsGetResponse>> investmentsHoldingsGet({
  1. @Body() @required InvestmentsHoldingsGetRequest? body,
})

Get Investment holdings @param body

Implementation

@Post(path: '/investments/holdings/get')
Future<chopper.Response<InvestmentsHoldingsGetResponse>>
    investmentsHoldingsGet(
        {@Body() @required InvestmentsHoldingsGetRequest? body});