invoicepaymentIdPut method

@param id

Implementation

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

  return _invoicepaymentIdPut(id: id, body: body);
}