ClientCreditService
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getAllowedCountryList() : mixed
- getCreditTypes() : array<string|int, mixed>
- getPeriodIdForResettingReportsByCountryId() : int
- getReportTypeIdsForResettingReportsByCountryId() : array<string|int, mixed>
Properties
$countryRepository
private
CountryRepository
$countryRepository
$creditTypeRepository
private
CreditTypeRepository
$creditTypeRepository
Methods
__construct()
public
__construct(CreditTypeRepository $creditTypeRepository, CountryRepository $countryRepository) : mixed
Parameters
- $creditTypeRepository : CreditTypeRepository
- $countryRepository : CountryRepository
getAllowedCountryList()
public
getAllowedCountryList() : mixed
getCreditTypes()
public
getCreditTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>getPeriodIdForResettingReportsByCountryId()
public
getPeriodIdForResettingReportsByCountryId(int $countryId) : int
Parameters
- $countryId : int
Return values
intgetReportTypeIdsForResettingReportsByCountryId()
public
getReportTypeIdsForResettingReportsByCountryId(int $countryId) : array<string|int, mixed>
Parameters
- $countryId : int