orderconfirmationPost method
Future<Response<WebApiModulesHomeOrderConfirmationOrderConfirmation> >
orderconfirmationPost({
- required WebApiModulesHomeOrderConfirmationOrderConfirmation? body,
Implementation
Future<chopper.Response<WebApiModulesHomeOrderConfirmationOrderConfirmation>>
orderconfirmationPost(
{required WebApiModulesHomeOrderConfirmationOrderConfirmation?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeOrderConfirmationOrderConfirmation,
() => WebApiModulesHomeOrderConfirmationOrderConfirmation
.fromJsonFactory);
return _orderconfirmationPost(body: body);
}