class Seatsio::SubaccountsClient

def retrieve(id:)

def retrieve(id:)
  response = @http_client.get("/subaccounts/#{id}")
  Domain::Subaccount.new(response)
end