paymentInitiationPaymentReversePost abstract method
- @Post.new(path: '/payment_initiation/payment/reverse')
- @Body.new() required PaymentInitiationPaymentReverseRequest? body,
Reverse an existing payment
Implementation
@Post(path: '/payment_initiation/payment/reverse')
Future<chopper.Response<PaymentInitiationPaymentReverseResponse>>
paymentInitiationPaymentReversePost(
{@Body() required PaymentInitiationPaymentReverseRequest? body});