public UP7ResponseType()
 {
     this._additionAndReductionAmounts = new List <AdditionAndReductionAmount>();
     this._pensions = new List <Pension>();
     this._names    = new PersonNames();
 }
 public UP8ResponseType()
 {
     this._pensionPayments = new List <PensionPaymentType>();
     this._names           = new PersonNames();
 }
Example #3
0
 public PensionRightResponseType()
 {
     this._pensionCharacteristics = new List <PensionCharacteristic>();
     this._names = new PersonNames();
 }