< Summary

Information
Class: c:\Source 2025\CurrencyConverter\CurrencyConverter\src\Infrastructure\ExchangeProviders\Frankfurter\Models\FrankfurterLatestResponse.cs
Assembly: Default
File(s): c:\Source 2025\CurrencyConverter\CurrencyConverter\src\Infrastructure\ExchangeProviders\Frankfurter\Models\FrankfurterLatestResponse.cs
Line coverage
100%
Covered lines: 34
Uncovered lines: 0
Coverable lines: 34
Total lines: 45
Line coverage: 100%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

c:\Source 2025\CurrencyConverter\CurrencyConverter\src\Infrastructure\ExchangeProviders\Frankfurter\Models\FrankfurterLatestResponse.cs

#LineLine coverage
 1namespace Infrastructure.ExchangeProviders.Frankfurter.Models
 2{
 3    internal class FrankfurterLatestResponse
 4    {
 45        public float Amount { get; set; }
 76        public string Base { get; set; }
 77        public DateTime Date { get; set; }
 1288        public Rates Rates { get; set; }
 9    }
 10
 11    internal class Rates
 12    {
 913        public decimal? AUD { get; set; }
 714        public decimal? BGN { get; set; }
 715        public decimal? BRL { get; set; }
 716        public decimal? CAD { get; set; }
 717        public decimal? CHF { get; set; }
 718        public decimal? CNY { get; set; }
 719        public decimal? CZK { get; set; }
 720        public decimal? DKK { get; set; }
 721        public decimal? GBP { get; set; }
 722        public decimal? HKD { get; set; }
 723        public decimal? HUF { get; set; }
 724        public decimal? IDR { get; set; }
 725        public decimal? ILS { get; set; }
 726        public decimal? INR { get; set; }
 727        public decimal? ISK { get; set; }
 728        public decimal? JPY { get; set; }
 729        public decimal? KRW { get; set; }
 730        public decimal? MXN { get; set; }
 731        public decimal? MYR { get; set; }
 732        public decimal? NOK { get; set; }
 733        public decimal? NZD { get; set; }
 734        public decimal? PHP { get; set; }
 735        public decimal? PLN { get; set; }
 736        public decimal? RON { get; set; }
 737        public decimal? SEK { get; set; }
 738        public decimal? SGD { get; set; }
 739        public decimal? THB { get; set; }
 740        public decimal? TRY { get; set; }
 741        public decimal? USD { get; set; }
 742        public decimal? ZAR { get; set; }
 43    }
 44
 45}

Methods/Properties

System.Single Infrastructure.ExchangeProviders.Frankfurter.Models.FrankfurterLatestResponse::get_Amount()
System.String Infrastructure.ExchangeProviders.Frankfurter.Models.FrankfurterLatestResponse::get_Base()
System.DateTime Infrastructure.ExchangeProviders.Frankfurter.Models.FrankfurterLatestResponse::get_Date()
Infrastructure.ExchangeProviders.Frankfurter.Models.Rates Infrastructure.ExchangeProviders.Frankfurter.Models.FrankfurterLatestResponse::get_Rates()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_AUD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_BGN()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_BRL()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_CAD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_CHF()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_CNY()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_CZK()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_DKK()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_GBP()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_HKD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_HUF()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_IDR()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_ILS()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_INR()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_ISK()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_JPY()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_KRW()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_MXN()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_MYR()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_NOK()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_NZD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_PHP()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_PLN()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_RON()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_SEK()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_SGD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_THB()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_TRY()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_USD()
System.Nullable`1<System.Decimal> Infrastructure.ExchangeProviders.Frankfurter.Models.Rates::get_ZAR()