orderconfirmationPost method

Implementation

Future<chopper.Response<WebApiModulesHomeOrderConfirmationOrderConfirmation>>
    orderconfirmationPost(
        {required WebApiModulesHomeOrderConfirmationOrderConfirmation?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeOrderConfirmationOrderConfirmation,
      () => WebApiModulesHomeOrderConfirmationOrderConfirmation
          .fromJsonFactory);

  return _orderconfirmationPost(body: body);
}