namespace Transfast.Model.Payers { public class TFPayersResponse { public string PayerId { get; set; } public string PayerName { get; set; } public string BranchId { get; set; } public string BranchName { get; set; } public string BranchAddress { get; set; } public string NeedBank { get; set; } public decimal CustomerRate { get; set; } public bool IsAnywhere { get; set; } } }