Skip to content

Instantly share code, notes, and snippets.

@alexanderfrankel
Created July 31, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderfrankel/e292a6441725b8ddb4b3ede5cb83a6f1 to your computer and use it in GitHub Desktop.
Save alexanderfrankel/e292a6441725b8ddb4b3ede5cb83a6f1 to your computer and use it in GitHub Desktop.
generate_bills_response
{
"bills" => [
{
due: "2019-01-01",
line_items: [
{
type: "occupancy_fee",
amount_cents: 1500_00
},
{
type: "pet_rent",
amount_cents: 80_00
},
{
type: "pet_rent",
amount_cents: 70_00
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment