using Common.Models.RequestResponse; namespace Common.Models.Agent { public class AgentRequest : CommonRequest { public string PaymentType { get; set; } public string PayoutCountry { get; set; } public string ExternalBankId { get; set; } } }