invoicepaymentIdGet method

Future<Response<WebApiModulesBillingInvoicePaymentInvoicePayment>> invoicepaymentIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _invoicepaymentIdGet(id: id);
}