paymentInitiationRecipientList abstract method

  1. @Post(path: '/payment_initiation/recipient/list')
Future<Response<PaymentInitiationRecipientListResponse>> paymentInitiationRecipientList({
  1. @Body() @required PaymentInitiationRecipientListRequest? body,
})

List payment recipients @param body

Implementation

@Post(path: '/payment_initiation/recipient/list')
Future<chopper.Response<PaymentInitiationRecipientListResponse>>
    paymentInitiationRecipientList(
        {@Body() @required PaymentInitiationRecipientListRequest? body});