Change payment document service registry type
This commit is contained in:
15
Hcs.Client/Client/Api/Registry/Registry51.cs
Normal file
15
Hcs.Client/Client/Api/Registry/Registry51.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Hcs.Client.Api.Registry
|
||||
{
|
||||
/// <summary>
|
||||
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
|
||||
/// </summary>
|
||||
public static class Registry51
|
||||
{
|
||||
/// <summary>
|
||||
/// Отопление
|
||||
/// </summary>
|
||||
public static RegistryElement Element6 => new(
|
||||
"6",
|
||||
"74925764-ddf3-4b4b-b18d-85994187c13a");
|
||||
}
|
||||
}
|
||||
@ -87,6 +87,7 @@
|
||||
<Compile Include="Client\Api\Registry\Registry3.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry32.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry338.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry51.cs" />
|
||||
<Compile Include="Client\Api\Registry\Registry58.cs" />
|
||||
<Compile Include="Client\Api\Registry\RegistryElement.cs" />
|
||||
<Compile Include="Client\Api\Request\Adapter\IGetStateResult.cs" />
|
||||
|
||||
@ -45,7 +45,7 @@ namespace Hcs.TestApp.Scenario
|
||||
municipalServiceCommunalConsumptionPayable = 0M,
|
||||
amountOfPaymentMunicipalServiceIndividualConsumption = 1862.93M,
|
||||
amountOfPaymentMunicipalServiceCommunalConsumption = 0M,
|
||||
serviceType = Registry3.Element6,
|
||||
serviceType = Registry51.Element6,
|
||||
rate = 1851.82M,
|
||||
totalPayable = 1862.93M,
|
||||
accountingPeriodTotal = 1862.93M
|
||||
|
||||
Reference in New Issue
Block a user