receiptLocationLocationidCustomerCustomeridCurrencyCurrencyidCreditsGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesHomeControlsReceiptCreditReceiptCreditLogic> >
receiptLocationLocationidCustomerCustomeridCurrencyCurrencyidCreditsGet({})
@param locationid @param customerid @param currencyid @param pageno @param pagesize @param sort @param filter
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsReceiptCreditReceiptCreditLogic>>
receiptLocationLocationidCustomerCustomeridCurrencyCurrencyidCreditsGet({
required String? locationid,
required String? customerid,
required String? currencyid,
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsReceiptCreditReceiptCreditLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesHomeControlsReceiptCreditReceiptCreditLogic
.fromJsonFactory);
return _receiptLocationLocationidCustomerCustomeridCurrencyCurrencyidCreditsGet(
locationid: locationid,
customerid: customerid,
currencyid: currencyid,
pageno: pageno,
pagesize: pagesize,
sort: sort,
filter: filter);
}