using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class ovAccountClaimResponseDetail { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _responseId = 0; public int responseId { get {return this._responseId;} set {this._responseId = value;} } private int _claimLogId = 0; public int claimLogId { get {return this._claimLogId;} set {this._claimLogId = value;} } private decimal _treatmentClaimedAmount = 0; public decimal treatmentClaimedAmount { get {return this._treatmentClaimedAmount;} set {this._treatmentClaimedAmount = value;} } private decimal _patientLiableAmount = 0; public decimal patientLiableAmount { get {return this._patientLiableAmount;} set {this._patientLiableAmount = value;} } private decimal _authAmountToProvider = 0; public decimal authAmountToProvider { get {return this._authAmountToProvider;} set {this._authAmountToProvider = value;} } private decimal _discountAmount = 0; public decimal discountAmount { get {return this._discountAmount;} set {this._discountAmount = value;} } private decimal _overchargedAmount = 0; public decimal overchargedAmount { get {return this._overchargedAmount;} set {this._overchargedAmount = value;} } private decimal _patientLevyAmount = 0; public decimal patientLevyAmount { get {return this._patientLevyAmount;} set {this._patientLevyAmount = value;} } private decimal _totalMedicalLiable = 0; public decimal totalMedicalLiable { get {return this._totalMedicalLiable;} set {this._totalMedicalLiable = value;} } private decimal _mmapSurcharge = 0; public decimal mmapSurcharge { get {return this._mmapSurcharge;} set {this._mmapSurcharge = value;} } private decimal _patientCoPaymentAmount = 0; public decimal patientCoPaymentAmount { get {return this._patientCoPaymentAmount;} set {this._patientCoPaymentAmount = value;} } private decimal _medicalFundLiableAmount = 0; public decimal medicalFundLiableAmount { get {return this._medicalFundLiableAmount;} set {this._medicalFundLiableAmount = value;} } private decimal _memberReimbursementAmount = 0; public decimal memberReimbursementAmount { get {return this._memberReimbursementAmount;} set {this._memberReimbursementAmount = value;} } private decimal _totalAmount = 0; public decimal totalAmount { get {return this._totalAmount;} set {this._totalAmount = value;} } private decimal _totalPatientLiable = 0; public decimal totalPatientLiable { get {return this._totalPatientLiable;} set {this._totalPatientLiable = value;} } private string _description = String.Empty; public string description { get {return this._description;} set {this._description = value;} } private string _claimRefTrackingNo = String.Empty; public string claimRefTrackingNo { get {return this._claimRefTrackingNo;} set {this._claimRefTrackingNo = value;} } private string _ResponseResult = String.Empty; public string ResponseResult { get {return this._ResponseResult;} set {this._ResponseResult = value;} } private string _RespondingParty = String.Empty; public string RespondingParty { get {return this._RespondingParty;} set {this._RespondingParty = value;} } private string _DeliveryType = String.Empty; public string DeliveryType { get {return this._DeliveryType;} set {this._DeliveryType = value;} } }