finally: fix OSAGO response
This commit is contained in:
parent
3a68234ea0
commit
b8665b6f00
@ -3701,39 +3701,39 @@ namespace ELTOsago
|
||||
{
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
||||
public int NumCalc;
|
||||
public int NumCalc { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)]
|
||||
public string SKCalcId;
|
||||
public string SKCalcId { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)]
|
||||
public double PremiumSum;
|
||||
public double PremiumSum { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
||||
public double Tb;
|
||||
public double Tb { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)]
|
||||
[System.Xml.Serialization.XmlArrayItemAttribute("Param")]
|
||||
public ELTOsago.CalcInfo[] CalcInfo;
|
||||
public ELTOsago.CalcInfo[] CalcInfo { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)]
|
||||
public string Message;
|
||||
public string Message { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)]
|
||||
public string Error;
|
||||
public string Error { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)]
|
||||
public string RSARequestId;
|
||||
public string RSARequestId { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)]
|
||||
public ELTOsago.KBM KBM;
|
||||
public ELTOsago.KBM KBM { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
||||
public ELTOsago.KBM PrevoiusKBM;
|
||||
public ELTOsago.KBM PrevoiusKBM { get; set; }
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)]
|
||||
[System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")]
|
||||
public ELTOsago.PersonWithKBM[] FullDriversInfo;
|
||||
public ELTOsago.PersonWithKBM[] FullDriversInfo { get; set; }
|
||||
|
||||
public OSAGOFullCalculationResponse()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user