billingCreateestimatePost method
Future<Response<WebApiModulesBillingBillingCreateEstimateResponse> >
billingCreateestimatePost({
- required WebApiModulesBillingBillingCreateEstimateRequest? body,
Implementation
Future<chopper.Response<WebApiModulesBillingBillingCreateEstimateResponse>>
billingCreateestimatePost({
required WebApiModulesBillingBillingCreateEstimateRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingBillingCreateEstimateResponse,
() => WebApiModulesBillingBillingCreateEstimateResponse.fromJsonFactory,
);
return _billingCreateestimatePost(body: body);
}