namespace FastBill.Api.Response; public class SearchCustomer { public Request.SearchCustomer Request { get; set; } public Customer Response { get; set; } }