diff --git a/Common/Model/BenificiaryModel/BenificiaryModel.cs b/Common/Model/BenificiaryModel/BenificiaryModel.cs index d6dde25..8f143dd 100644 --- a/Common/Model/BenificiaryModel/BenificiaryModel.cs +++ b/Common/Model/BenificiaryModel/BenificiaryModel.cs @@ -29,6 +29,7 @@ namespace Common.Model.BenificiaryModel public string TypeId { get; set; } public string TypeValue { get; set; } public string PurposeOfRemitance { get; set; } + public string OtherPurpose { get; set; } public string PayoutPatner { get; set; } public string PaymentMode { get; set; } public string BankLocation { get; set; }