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