orderCreateinvoicePost method
Future<Response<WebApiModulesBillingBillingCreateInvoiceResponse> >
orderCreateinvoicePost({
- required WebApiModulesBillingBillingCreateInvoiceRequest? body,
Implementation
Future<chopper.Response<WebApiModulesBillingBillingCreateInvoiceResponse>>
orderCreateinvoicePost({
required WebApiModulesBillingBillingCreateInvoiceRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingBillingCreateInvoiceResponse,
() => WebApiModulesBillingBillingCreateInvoiceResponse.fromJsonFactory,
);
return _orderCreateinvoicePost(body: body);
}