using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSMsvResponse { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _msvLogId = 0; public int msvLogId { get {return this._msvLogId;} set {this._msvLogId = value;} } private int _msvLevel = 0; public int msvLevel { get {return this._msvLevel;} set {this._msvLevel = value;} } private string _memberSurname = String.Empty; public string memberSurname { get {return this._memberSurname;} set {this._memberSurname = value;} } private string _memberFullNames = String.Empty; public string memberFullNames { get {return this._memberFullNames;} set {this._memberFullNames = value;} } private string _membershipNumber = String.Empty; public string membershipNumber { get {return this._membershipNumber;} set {this._membershipNumber = value;} } private string _memberIdNumber = String.Empty; public string memberIdNumber { get {return this._memberIdNumber;} set {this._memberIdNumber = value;} } private string _memberAccountNo = String.Empty; public string memberAccountNo { get {return this._memberAccountNo;} set {this._memberAccountNo = value;} } private string _address1 = String.Empty; public string address1 { get {return this._address1;} set {this._address1 = value;} } private string _medSchemeRegTypeInd = String.Empty; public string medSchemeRegTypeInd { get {return this._medSchemeRegTypeInd;} set {this._medSchemeRegTypeInd = value;} } private string _medSchemePlanName = String.Empty; public string medSchemePlanName { get {return this._medSchemePlanName;} set {this._medSchemePlanName = value;} } private string _medSchemePlanRefNo = String.Empty; public string medSchemePlanRefNo { get {return this._medSchemePlanRefNo;} set {this._medSchemePlanRefNo = value;} } private string _msDestinationCode = String.Empty; public string msDestinationCode { get {return this._msDestinationCode;} set {this._msDestinationCode = value;} } private string _medSchemeContactNo = String.Empty; public string medSchemeContactNo { get {return this._medSchemeContactNo;} set {this._medSchemeContactNo = value;} } private string _address2 = String.Empty; public string address2 { get {return this._address2;} set {this._address2 = value;} } private string _town = String.Empty; public string town { get {return this._town;} set {this._town = value;} } private string _postalCode = String.Empty; public string postalCode { get {return this._postalCode;} set {this._postalCode = value;} } private string _mobileNo = String.Empty; public string mobileNo { get {return this._mobileNo;} set {this._mobileNo = value;} } private string _medSchemeName = String.Empty; public string medSchemeName { get {return this._medSchemeName;} set {this._medSchemeName = value;} } private string _medSchemeRegNo = String.Empty; public string medSchemeRegNo { get {return this._medSchemeRegNo;} set {this._medSchemeRegNo = value;} } }