invoicepaymentGet method
@param pageno @param pagesize @param sort
Implementation
Future<
chopper.Response<List<WebApiModulesBillingInvoicePaymentInvoicePayment>>
>
invoicepaymentGet({int? pageno, int? pagesize, String? sort}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingInvoicePaymentInvoicePayment,
() => WebApiModulesBillingInvoicePaymentInvoicePayment.fromJsonFactory,
);
return _invoicepaymentGet(pageno: pageno, pagesize: pagesize, sort: sort);
}