{ "occupancy_id" => "123", "billing_type" => "zuora", "payers" => [ { "id" => "123", "name" => "asd", "email" => "asd@example.com" }, { "id" => "456", "name" => "fgh", "email" => "fgh@example.com" }, { "id" => "789", "name" => "GOV", "email" => "gov@example.com" } ], "collateral_fee" => { "type" => "security_deposit", "payer_amounts" => [ { "payer_email" => "asd@example.com", "amount_cents" => "750_00" }, { "payer_email" => "fgh@example.com", "amount_cents" => "750_00" }, { "payer_email" => "gov@example.com", "amount_cents" => "0" } ] }, "recurring_fees" => [ { "id" => "123", "type" => "occupancy_fee", "payer_amounts" => [ { "payer_email" => "asd@example.com", "amount_cents" => "250_00" }, { "payer_email" => "fgh@example.com", "amount_cents" => "250_00" }, { "payer_email" => "gov@example.com", "amount_cents" => "1000_00" } ] } ] }