invoicepaymentPost method

Implementation

Future<chopper.Response<WebApiModulesBillingInvoicePaymentInvoicePayment>>
invoicepaymentPost({
  required WebApiModulesBillingInvoicePaymentInvoicePayment? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesBillingInvoicePaymentInvoicePayment,
    () => WebApiModulesBillingInvoicePaymentInvoicePayment.fromJsonFactory,
  );

  return _invoicepaymentPost(body: body);
}