orderCreateinvoicePost method

Implementation

Future<chopper.Response<WebApiModulesBillingBillingCreateInvoiceResponse>>
orderCreateinvoicePost({
  required WebApiModulesBillingBillingCreateInvoiceRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesBillingBillingCreateInvoiceResponse,
    () => WebApiModulesBillingBillingCreateInvoiceResponse.fromJsonFactory,
  );

  return _orderCreateinvoicePost(body: body);
}