paymentInitiationRecipientGet abstract method

  1. @Post(path: '/payment_initiation/recipient/get')
Future<Response<PaymentInitiationRecipientGetResponse>> paymentInitiationRecipientGet({
  1. @Body() @required PaymentInitiationRecipientGetRequest? body,
})

Get payment recipient @param body

Implementation

@Post(path: '/payment_initiation/recipient/get')
Future<chopper.Response<PaymentInitiationRecipientGetResponse>>
    paymentInitiationRecipientGet(
        {@Body() @required PaymentInitiationRecipientGetRequest? body});