Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created June 21, 2015 12:52
Show Gist options
  • Select an option

  • Save simplement-e/549625c22a923194daf7 to your computer and use it in GitHub Desktop.

Select an option

Save simplement-e/549625c22a923194daf7 to your computer and use it in GitHub Desktop.
class CustomerSearchResult
{
string Id { get; set; }
string ExternalId { get; set; }
string Name { get; set; }
string ZipCode { get; set; }
string CountryIsoCode { get; set; }
string Email { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment