Skip to content

Instantly share code, notes, and snippets.

@claudiosanchez
Created November 25, 2015 08:36
Show Gist options
  • Save claudiosanchez/8758b07f16fd332db8cf to your computer and use it in GitHub Desktop.
Save claudiosanchez/8758b07f16fd332db8cf to your computer and use it in GitHub Desktop.
public class Bank
{
public string id { get; set; }
public string short_name { get; set; }
public string full_name { get; set; }
public string logo { get; set; }
public string website { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment