billingCreateestimatePost method

Implementation

Future<chopper.Response<WebApiModulesBillingBillingCreateEstimateResponse>>
billingCreateestimatePost({
  required WebApiModulesBillingBillingCreateEstimateRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesBillingBillingCreateEstimateResponse,
    () => WebApiModulesBillingBillingCreateEstimateResponse.fromJsonFactory,
  );

  return _billingCreateestimatePost(body: body);
}