invoicepaymentIdPut method
Future<Response<WebApiModulesBillingInvoicePaymentInvoicePayment> >
invoicepaymentIdPut({
- required String? id,
- required WebApiModulesBillingInvoicePaymentInvoicePayment? body,
@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);
}